misc: Move the static_assert from logging to the utils
[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