summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-07-06 15:09:47 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-07-06 19:33:24 -0500
commit467db7dd7f22637859d5780dc2bc403bf3155c6b (patch)
tree7be12edb32eab3b7a04864c752025e6ae955c0f6 /src/util.h
parent36b52d4f87bf5e676a630dc898fb4fa8504f8380 (diff)
downloadofono-467db7dd7f22637859d5780dc2bc403bf3155c6b.tar.gz
Add utility to convert SIM FS strings to UTF8
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 62696302..46bb3bab 100644
--- a/src/util.h
+++ b/src/util.h
@@ -56,3 +56,5 @@ unsigned char *pack_7bit_own_buf(const unsigned char *in, long len,
unsigned char *pack_7bit(const unsigned char *in, long len, int byte_offset,
gboolean ussd,
long *items_written, unsigned char terminator);
+
+char *sim_string_to_utf8(const unsigned char *buffer, int length);