summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorKristen Carlson Accardi <kristen@linux.intel.com>2010-07-13 05:40:47 -0700
committerDenis Kenzior <denkenz@gmail.com>2010-07-13 14:59:21 -0500
commitd10deb44f86603ce582157ec3eccc0c6dde25e80 (patch)
tree077acdf774de9d4c4a1c509caee62e742b8ee175 /src/stkutil.h
parentce24e7b2c879052bb361a1c0550ee14a156ac405 (diff)
downloadofono-d10deb44f86603ce582157ec3eccc0c6dde25e80.tar.bz2
stkutil: display text attributes as html
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index 978a2290..1fbd68b7 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -1642,3 +1642,5 @@ const unsigned char *stk_pdu_from_response(const struct stk_response *response,
unsigned int *out_length);
const unsigned char *stk_pdu_from_envelope(const struct stk_envelope *envelope,
unsigned int *out_length);
+char *stk_text_to_html(const char *text,
+ const unsigned short *attrs, int num_attrs);