1
0
mirror of https://github.com/falk-werner/webfused synced 2024-10-27 20:44:08 +00:00
falk-werner_webfused/src/webfused/auth/file_authenticator.c
2020-03-16 21:50:31 +01:00

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;
}