mirror of
https://github.com/falk-werner/webfused
synced 2024-10-27 20:44:08 +00:00
10 lines
192 B
C
10 lines
192 B
C
#include "webfused/auth/file_authenticator.h"
|
|
|
|
bool
|
|
wfd_file_authenticator_create(
|
|
struct wfd_auth_settings * settings,
|
|
struct wfd_authenticator * authenticator)
|
|
{
|
|
return false;
|
|
}
|