Add duration type enum
authorDenis Kenzior <denkenz@gmail.com>
Sat, 27 Feb 2010 16:09:30 +0000 (10:09 -0600)
committerDenis Kenzior <denkenz@gmail.com>
Sat, 27 Feb 2010 16:09:30 +0000 (10:09 -0600)
src/stkutil.h

index 9fd7146..96e321f 100644 (file)
@@ -185,6 +185,12 @@ enum stk_device_identity_type {
        STK_DEVICE_IDENTITY_TYPE_NETWORK = 0x83,
 };
 
+enum stk_duration_type {
+       STK_DURATION_TYPE_MINUTES = 0x00,
+       STK_DURATION_TYPE_SECONDS = 0x01,
+       STK_DURATION_TYPE_SECOND_TENTHS = 0x02,
+};
+
 struct stk_command_display_text {
        char *text;
        unsigned char icon_id;