libosmocore/include/osmocore/process.h

7 lines
83 B
C

#ifndef _OSMO_PROCESS_H
#define _OSMO_PROCESS_H
int osmo_daemonize(void);
#endif