libosmocore/include/osmocore/process.h

7 lines
83 B
C
Raw Normal View History

2010-08-25 17:25:37 +00:00
#ifndef _OSMO_PROCESS_H
#define _OSMO_PROCESS_H
int osmo_daemonize(void);
#endif