mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
change: make credentials const in wf_authenticate_fn (breaking change)
This commit is contained in:
@@ -31,7 +31,7 @@ struct wf_credentials;
|
||||
/// \see wf_server_protocol_add_authenticator
|
||||
//------------------------------------------------------------------------------
|
||||
typedef bool wf_authenticate_fn(
|
||||
struct wf_credentials * credentials,
|
||||
struct wf_credentials const * credentials,
|
||||
void * user_data);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user