aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/application.h
AgeCommit message (Collapse)AuthorFilesLines
2011-08-17some more doxygen work (include the notion of modules)Harald Welte1-2/+7
2011-06-26merge process.[ch] with application.[ch]Harald Welte1-0/+2
2011-05-12app: Introduce some routines to help with application startupHolger Hans Peter Freyther1-0/+16
The plan is to collect structs and routines for application setup and remove many copies of the boilerplate code we have right now. This starts with routines to ignore certain signals and the stderr init code. Increment the age of the library because a new interface was added.