From f7b4bebb9b6188c5eee3d7e76c89f5b6d574f98d Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Fri, 17 Feb 2017 09:58:47 +0100 Subject: Rename token_match to helper_token_match. --- include/helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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. * -- cgit v1.2.3