summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorPaulK <contact@paulk.fr>2012-02-21 00:01:46 +0100
committerPaulK <contact@paulk.fr>2012-02-21 00:01:46 +0100
commit1141eccadafb85d9268a1908ba87bae4f722a507 (patch)
tree77af656f027f617af43a9bfc5a3dbe4a19eff795 /util.h
parenta5448d0b11f149e5a384436643233760ec8f92d9 (diff)
downloadhardware_replicant_libsamsung-ril-1141eccadafb85d9268a1908ba87bae4f722a507.tar.gz
hardware_replicant_libsamsung-ril-1141eccadafb85d9268a1908ba87bae4f722a507.tar.bz2
hardware_replicant_libsamsung-ril-1141eccadafb85d9268a1908ba87bae4f722a507.zip
Added USSD support
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
index 34c4cd5..6eedbbc 100644
--- a/util.h
+++ b/util.h
@@ -23,6 +23,8 @@
void bin2hex(const unsigned char *data, int length, char *buf);
void hex2bin(const char *data, int length, unsigned char *buf);
+int gsm72ascii(unsigned char *data, char **data_dec, int length);
+int ascii2gsm7(char *data, unsigned char **data_enc, int length);
void hex_dump(void *data, int size);
#endif