summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2014-02-03 22:49:07 +0100
committerQC <qball@gmpclient.org>2014-02-03 22:49:07 +0100
commitb9c192c4fe8952cf1faceb46bb49c024439ca554 (patch)
tree168104f612be9a1337c78913d0d197ec40422072 /include
parent2bfc2fff4bc978e617d49cf2edb7b623af5ee580 (diff)
Removing duplicate code, small fixes.
Diffstat (limited to 'include')
-rw-r--r--include/simpleswitcher.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/simpleswitcher.h b/include/simpleswitcher.h
index fc9ec124..d091c49e 100644
--- a/include/simpleswitcher.h
+++ b/include/simpleswitcher.h
@@ -104,4 +104,9 @@ typedef struct _Settings {
} Settings;
extern Settings config;
+
+
+int token_match ( char **tokens, const char *input,
+ __attribute__( ( unused ) )int index,
+ __attribute__( ( unused ) )void *data );
#endif