1
0
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:
Falk Werner
2020-06-10 22:18:34 +02:00
parent 16996e1f9a
commit b9eff8d100
5 changed files with 11 additions and 11 deletions

View File

@@ -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