aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/type.h
diff options
context:
space:
mode:
authorGravatar keis <keijser@gmail.com>2011-09-11 15:58:45 +0200
committerGravatar keis <keijser@gmail.com>2011-09-11 16:11:37 +0200
commiteabeb419e37673ebd79c9c1355eac82068393103 (patch)
tree37994e13bef1ea0bd70509bd2f383a8dadb170f2 /src/type.h
parentbd7b9d09e56897b1d03e23080dedf86c7be2bb21 (diff)
remove event formatting from run_parsed_command
* split event formatting and sending into separate functions and expose both in events.h * make it possible to format array of strings
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 {