1
0
mirror of https://github.com/falk-werner/webfuse synced 2025-06-13 12:54:15 +00:00

makes wsfs_server_config opaque

This commit is contained in:
Falk Werner 2019-03-10 00:06:13 +01:00
parent 6cbf20fdb4
commit 7bf4ca6fc2

View File

@ -123,4 +123,4 @@ void wsfs_server_add_authenticator(
) )
{ {
wsfs_authenticators_add(&config->authenticators, type, authenticate, user_data); wsfs_authenticators_add(&config->authenticators, type, authenticate, user_data);
} }