8 lines
182 B
C
8 lines
182 B
C
|
#ifndef _HELPERS_H
|
||
|
#define _HELPERS_H
|
||
|
|
||
|
int load_config(void); /* load/reload our daemon's configuration */
|
||
|
int main_loop(void); /* our daemon's main task */
|
||
|
|
||
|
#endif /* _HELPERS_H */
|