summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2013-04-07 20:10:14 +0200
committerDaniel Carl <danielcarl@gmx.de>2013-04-07 20:10:14 +0200
commitd2f8ce130fc58cf952d1a412753ab04a21421bae (patch)
tree3c2c923c5ff19ec2f1cd07a9a2f79d28ea0cffd2 /src/command.h
parentff9d76221d8255f9b45760d2069327c8a2baea54 (diff)
Removed command hash map from global scope.
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h
index 6f0bd60..f75d99d 100644
--- a/src/command.h
+++ b/src/command.h
@@ -44,6 +44,7 @@ typedef struct {
void command_init(void);
+GList *command_get_all(void);
void command_cleanup(void);
gboolean command_exists(const char *name);
gboolean command_run(const char *name, const char *param);