From d10deb44f86603ce582157ec3eccc0c6dde25e80 Mon Sep 17 00:00:00 2001 From: Kristen Carlson Accardi Date: Tue, 13 Jul 2010 05:40:47 -0700 Subject: stkutil: display text attributes as html --- src/stkutil.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stkutil.h') 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); -- cgit v1.2.3