Informatik/Assets/Betriebssysteme_uebung/u6-a2-anlage/helpers.h

8 lines
182 B
C
Raw Normal View History

2021-03-01 15:39:46 +00:00
#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 */