Merge commit '28dbfe9bf7a799ab1da2563fd5e007d007b54168'
[osmocom-bb.git] / src / shared / libosmocore / include / osmocom / core / process.h
1 #ifndef _OSMO_PROCESS_H
2 #define _OSMO_PROCESS_H
3
4 int osmo_daemonize(void);
5
6 #endif