mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
fix: make provider const
This commit is contained in:
@@ -30,7 +30,7 @@ struct wfp_provider
|
|||||||
|
|
||||||
struct wfp_impl_invokation_context
|
struct wfp_impl_invokation_context
|
||||||
{
|
{
|
||||||
struct wfp_provider * provider;
|
struct wfp_provider const * provider;
|
||||||
void * user_data;
|
void * user_data;
|
||||||
struct wfp_request * request;
|
struct wfp_request * request;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user