mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
fix: make provider const
This commit is contained in:
parent
bbdd5a24f5
commit
39855a9995
@ -30,7 +30,7 @@ struct wfp_provider
|
||||
|
||||
struct wfp_impl_invokation_context
|
||||
{
|
||||
struct wfp_provider * provider;
|
||||
struct wfp_provider const * provider;
|
||||
void * user_data;
|
||||
struct wfp_request * request;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user