summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/include/osmocom/core/process.h
blob: 2d6638281d53ff71a4855ecd5f79d977fb9e3576 (plain)
1
2
3
4
5
6
#ifndef _OSMO_PROCESS_H
#define _OSMO_PROCESS_H

int osmo_daemonize(void);

#endif