summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/panic.h
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: document panic.[ch]Harald Welte2011-08-171-1/+10
|
* include: fix missing extern in osmo_panic* declarationsPablo Neira Ayuso2011-04-261-2/+2
| | | | This patch adds the missing extern to osmo_panic* declarations.
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-0/+11
This patch moves all GSM-specific definitions to include/osmocom/gsm. Moreover, the headers in include/osmocore/ have been moved to include/osmocom/core. This has been proposed by Harald Welte and Sylvain Munaunt. Tested with `make distcheck'. Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>