mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
12 lines
164 B
C
12 lines
164 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "wsfs_provider.h"
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
(void) argc;
|
|
(void) argv;
|
|
|
|
return EXIT_FAILURE;
|
|
} |