gsm_04_12: fix 04.13 typos
[osmocom-bb.git] / include / osmocore / process.h
1 #ifndef _OSMO_PROCESS_H
2 #define _OSMO_PROCESS_H
3
4 int osmo_daemonize(void);
5
6 #endif