mirror of
https://github.com/falk-werner/webfused
synced 2024-10-27 20:44:08 +00:00
7 lines
107 B
C
7 lines
107 B
C
|
#include "webfused/daemon.h"
|
||
|
|
||
|
int main(int argc, char * argv[])
|
||
|
{
|
||
|
return wfd_daemon_run(argc, argv);
|
||
|
}
|