Informatik/Assets/Betriebssysteme_uebung/u6-a2-anlage/helpers.h
2021-03-01 16:39:46 +01:00

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 */