summaryrefslogtreecommitdiff
path: root/include/libgsmd/libgsmd.h
diff options
context:
space:
mode:
authorlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-04-15 09:47:23 +0000
committerlaforge <laforge@99fdad57-331a-0410-800a-d7fa5415bdb3>2007-04-15 09:47:23 +0000
commitf243da86ed3c515740870ce0a817f2e768b420fe (patch)
treeb39801affc667465169392855e942e94fb94f4a3 /include/libgsmd/libgsmd.h
parent6766b42717e386d505ba5f3f7b4732e88eece54e (diff)
* add (still incomplete) SMS and phonebook support from Sean Chiang
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@1765 99fdad57-331a-0410-800a-d7fa5415bdb3
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