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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gsmd/unsolicited.h b/src/gsmd/unsolicited.h
deleted file mode 100644
index fb99e1b..0000000
--- a/src/gsmd/unsolicited.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#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);
-int generate_event_from_cme(struct gsmd *g, unsigned int cme_error);
-
-#endif
personal git repositories of Harald Welte. Your mileage may vary