1
0
mirror of https://github.com/falk-werner/webfused synced 2024-09-30 01:10:46 +00:00
falk-werner_webfused/src/webfused/auth/file_authenticator.c

10 lines
192 B
C
Raw Normal View History

2020-03-16 20:50:31 +00:00
#include "webfused/auth/file_authenticator.h"
bool
wfd_file_authenticator_create(
struct wfd_auth_settings * settings,
struct wfd_authenticator * authenticator)
{
return false;
}