summaryrefslogtreecommitdiff
path: root/src/gsmd/unsolicited.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsmd/unsolicited.h')
-rw-r--r--src/gsmd/unsolicited.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gsmd/unsolicited.h b/src/gsmd/unsolicited.h
new file mode 100644
index 0000000..4cc5bb5
--- /dev/null
+++ b/src/gsmd/unsolicited.h
@@ -0,0 +1,8 @@
+#ifndef __GSMD_UNSOLICITED_H
+#define __GSMD_UNSOLICITED_H
+
+#include "gsmd.h"
+
+int unsolicited_parse(struct gsmd *g, const char *buf, int len, const char *param);
+
+#endif
personal git repositories of Harald Welte. Your mileage may vary