summaryrefslogtreecommitdiff
path: root/src/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd.h')
-rw-r--r--src/cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd.h b/src/cmd.h
index a3e3fe8..8424a36 100644
--- a/src/cmd.h
+++ b/src/cmd.h
@@ -9,6 +9,7 @@ enum cmdtype {
struct cmd {
enum cmdtype type;
char *selector;
+ int plen;
char **params;
};