summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/helper.h b/include/helper.h
index 85ff158a..cd46eed8 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -108,7 +108,7 @@ int find_arg ( const char * const key );
*
* @returns TRUE when matches, FALSE otherwise
*/
-int token_match ( GRegex * const *tokens, const char *input );
+int helper_token_match ( GRegex * const *tokens, const char *input );
/**
* @param cmd The command to execute.
*