blob: 2d6638281d53ff71a4855ecd5f79d977fb9e3576 [file] [log] [blame]
Harald Welte5ea44982010-08-25 19:25:37 +02001#ifndef _OSMO_PROCESS_H
2#define _OSMO_PROCESS_H
3
4int osmo_daemonize(void);
5
6#endif