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:
@@ -20,7 +20,7 @@ wf_mountpoint * create_mountpoint(
|
||||
}
|
||||
|
||||
bool authenticate(
|
||||
wf_credentials * credentials,
|
||||
wf_credentials const * credentials,
|
||||
void * user_data)
|
||||
{
|
||||
(void) credentials;
|
||||
|
||||
Reference in New Issue
Block a user