summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index 4b2c046b..9b3464e4 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -257,6 +257,15 @@ struct stk_item {
char *text;
};
+/*
+ * According to 102.223 Section 8.11, the maximum length should never be set
+ * to 0.
+ */
+struct stk_response_length {
+ unsigned char min;
+ unsigned char max;
+};
+
/* Defined in TS 102.223 Section 8.12 */
struct stk_result {
unsigned char general;
@@ -280,15 +289,6 @@ struct stk_text_attribute {
unsigned char len;
};
-/*
- * According to 102.223 Section 8.11, the maximum length should never be set
- * to 0.
- */
-struct stk_response_length {
- unsigned char min;
- unsigned char max;
-};
-
struct stk_command_display_text {
char *text;
struct stk_icon_identifier icon_id;