summaryrefslogtreecommitdiffstats
path: root/src/shared/libosmocore/include/osmocom/core/backtrace.h
diff options
context:
space:
mode:
authorAndreas.Eversberg <jolly@eversberg.eu>2011-07-28 21:02:38 +0200
committerSylvain Munaut <tnt@246tNt.com>2011-07-28 21:02:38 +0200
commit7a9b3f45b278c5664bd8f76b692febb84dee6a71 (patch)
treef8fcee858a6008300d42d170739bdbd4ead740c8 /src/shared/libosmocore/include/osmocom/core/backtrace.h
parent8d24b2f3953cf6c02ec3ec09a88d152d6993470a (diff)
parent430be849945688ae107b079db1e216329b1a1f06 (diff)
Merge commit '430be849945688ae107b079db1e216329b1a1f06'
Diffstat (limited to 'src/shared/libosmocore/include/osmocom/core/backtrace.h')
-rw-r--r--src/shared/libosmocore/include/osmocom/core/backtrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/libosmocore/include/osmocom/core/backtrace.h b/src/shared/libosmocore/include/osmocom/core/backtrace.h
index 5a8a8161..1ed089ad 100644
--- a/src/shared/libosmocore/include/osmocom/core/backtrace.h
+++ b/src/shared/libosmocore/include/osmocom/core/backtrace.h
@@ -1,6 +1,6 @@
#ifndef _OSMO_BACKTRACE_H_
#define _OSMO_BACKTRACE_H_
-void osmo_generate_backtrace();
+void osmo_generate_backtrace(void);
#endif