aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/type.h')
-rw-r--r--src/type.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/type.h b/src/type.h
index 24fc97f..20de0b4 100644
--- a/src/type.h
+++ b/src/type.h
@@ -7,7 +7,9 @@ enum ptr_type {
TYPE_STR,
TYPE_FLOAT,
TYPE_NAME,
- TYPE_FORMATTEDSTR // used by send_event
+ // used by send_event
+ TYPE_FORMATTEDSTR,
+ TYPE_STR_ARRAY
};
typedef struct {