mirror of
https://github.com/falk-werner/webfused
synced 2024-10-27 20:44:08 +00:00
16 lines
172 B
C
16 lines
172 B
C
#ifndef WFD_DAEMON_H
|
|
#define WFD_DAEMON_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
extern int wfd_daemon_run(int argc, char * argv[]);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|