summaryrefslogtreecommitdiffstats
path: root/include/helper.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-05-21 10:37:23 +0200
committerDave Davenport <qball@gmpclient.org>2016-05-21 10:37:23 +0200
commit8091558ed8234914b398fe288aaccfe9770dac9c (patch)
tree2ecc4bf3a033b7103b323f6e2b6a9fb8840bdf37 /include/helper.h
parent2a20821ddd65b3d33e04c5b879fd990bf0b34fb8 (diff)
Go Regex Go
Diffstat (limited to 'include/helper.h')
-rw-r--r--include/helper.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/include/helper.h b/include/helper.h
index 93bbc022..cca31cc0 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -25,18 +25,6 @@
int helper_parse_setup ( char * string, char ***output, int *length, ... );
/**
- * @param token The string for which we want a collation key.
- * @param case_sensitive Whether case is significant.
- *
- * Get a collation key for @p token. @p token must be a null-terminated string.
- * This collation key can be used for matching the user input against the list
- * of commands, windows, or ssh commands.
- *
- * @returns A newly allocated string containing the collation key.
- */
-char *token_collate_key ( const char *token, int case_sensitive );
-
-/**
* @param input The input string.
* @param case_sensitive Whether case is significant.
*
@@ -172,6 +160,6 @@ unsigned int levenshtein ( const char *needle, const char *haystack );
*/
char * rofi_force_utf8 ( gchar *data );
char * rofi_latin_to_utf8_strdup ( const char *input, gssize length );
-PangoAttrList *regex_token_match_get_pango_attr ( char **tokens, const char *input, PangoAttrList *retv );
+PangoAttrList *token_match_get_pango_attr ( char **tokens, const char *input, PangoAttrList *retv );
/*@}*/
#endif // ROFI_HELPER_H