aboutsummaryrefslogtreecommitdiffstats
path: root/main.h
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2006-01-31 21:35:02 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2006-01-31 21:35:02 (GMT)
commitf9a182724680088ede1468fd4058811a36b11129 (patch)
tree44933f96045fb3511aefedbb782041f26de82f4f /main.h
parentc9491a4b97d2d85d9b9733acb87f72f5b6d62dc8 (diff)
downloadpowwow-f9a182724680088ede1468fd4058811a36b11129.zip
powwow-f9a182724680088ede1468fd4058811a36b11129.tar.gz
powwow-f9a182724680088ede1468fd4058811a36b11129.tar.bz2
Allow configuring the group delimiter to any arbitrary string
Diffstat (limited to 'main.h')
-rw-r--r--main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.h b/main.h
index bbd9790..3d27f33 100644
--- a/main.h
+++ b/main.h
@@ -112,6 +112,9 @@ extern int delim_len[];
extern char *delim_name[];
extern int delim_mode;
+/* Group delimiter for actions/aliases, defaults to @ */
+extern char *group_delim;
+
extern char action_chars[];
#endif /* _MAIN_H_ */