summaryrefslogtreecommitdiff
path: root/include/libgsmd/libgsmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libgsmd/libgsmd.h')
-rw-r--r--include/libgsmd/libgsmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libgsmd/libgsmd.h b/include/libgsmd/libgsmd.h
index 8c34c6a..fc56890 100644
--- a/include/libgsmd/libgsmd.h
+++ b/include/libgsmd/libgsmd.h
@@ -65,5 +65,6 @@ extern int lgsm_subscriptions(struct lgsm_handle *lh, u_int32_t subscriptions);
extern struct gsmd_msg_hdr *lgsm_gmh_fill(int type, int subtype, int payload_len);
extern int lgsm_send(struct lgsm_handle *lh, struct gsmd_msg_hdr *gmh);
+extern int lgsm_handle_packet(struct lgsm_handle *lh, char *buf, int len);
#endif
personal git repositories of Harald Welte. Your mileage may vary