summaryrefslogtreecommitdiff
path: root/include/gsmd/sms.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gsmd/sms.h')
-rw-r--r--include/gsmd/sms.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gsmd/sms.h b/include/gsmd/sms.h
index ac16509..3192472 100644
--- a/include/gsmd/sms.h
+++ b/include/gsmd/sms.h
@@ -11,6 +11,9 @@ int sms_pdu_make_smssubmit(char *dest, const struct gsmd_sms_submit *src);
int sms_pdu_to_msg(struct gsmd_sms_list *dst, const u_int8_t *src,
int pdulen, int len);
+extern const char *ts0705_memtype_name[];
+int parse_memtype(char *memtype);
+
#endif /* __GSMD__ */
#endif
personal git repositories of Harald Welte. Your mileage may vary