summaryrefslogtreecommitdiff
path: root/src/libgsmd/libgsmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgsmd/libgsmd.c')
-rw-r--r--src/libgsmd/libgsmd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libgsmd/libgsmd.c b/src/libgsmd/libgsmd.c
index b9db59a..36e49a6 100644
--- a/src/libgsmd/libgsmd.c
+++ b/src/libgsmd/libgsmd.c
@@ -32,9 +32,11 @@
#include <gsmd/usock.h>
#include <libgsmd/libgsmd.h>
+#include <libgsmd/event.h>
#include "lgsm_internals.h"
+#if 0
static int lgsm_get_packet(struct lgsm_handle *lh)
{
static char buf[GSMD_MSGSIZE_MAX];
@@ -56,6 +58,7 @@ static int lgsm_get_packet(struct lgsm_handle *lh)
return 0;
}
+#endif
static int lgsm_open_backend(struct lgsm_handle *lh, const char *device)
{
personal git repositories of Harald Welte. Your mileage may vary