libosmocore  0.6.3
Osmocom core library
application.h
Go to the documentation of this file.
1 #ifndef OSMO_APPLICATION_H
2 #define OSMO_APPLICATION_H
3 
10 struct log_info;
11 
13 struct log_target;
14 
16 extern struct log_target *osmo_stderr_target;
17 
18 void osmo_init_ignore_signals(void);
19 int osmo_init_logging(const struct log_info *);
20 
21 int osmo_daemonize(void);
22 
23 #endif