From 46f5f652144eeee2e802926bc1534f33550ef6da Mon Sep 17 00:00:00 2001 From: Yang Gu Date: Fri, 2 Apr 2010 14:20:40 +0800 Subject: Add parser for browser identity objects --- src/stkutil.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/stkutil.h') diff --git a/src/stkutil.h b/src/stkutil.h index 0d22bea9..3f961598 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -301,6 +301,14 @@ enum stk_icon_qualifier { STK_ICON_QUALIFIER_TYPE_NON_SELF_EXPLANATORY = 0x01 }; +enum stk_browser_id { + STK_BROWSER_ID_DEFAULT = 0x00, + STK_BROWSER_ID_WML = 0x01, + STK_BROWSER_ID_HTML = 0x02, + STK_BROWSER_ID_XHTML = 0x03, + STK_BROWSER_ID_CHTML = 0x04 +}; + /* For data object that only has a byte array with undetermined length */ struct stk_common_byte_array { unsigned char *array; -- cgit v1.2.3