Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
daemon.h
Go to the documentation of this file.
1 
8 #ifndef DAEMON_H
9 #define DAEMON_H
10 
11 #include "config/conf.h"
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 void start_stop_daemon(char **argv, teonet_cfg *conf);
18 
19 #ifdef __cplusplus
20 }
21 #endif
22 
23 #endif /* DAEMON_H */
Definition: conf.h:51
void start_stop_daemon(char **argv, teonet_cfg *conf)
Start or stop daemon mode.
Definition: daemon.c:70