diff options
author | Daniel Carl <danielcarl@gmx.de> | 2013-07-26 20:27:39 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2013-07-26 20:27:39 +0200 |
commit | 4dd99dd3413aa7c03c1deb47d31cc802402ec50e (patch) | |
tree | dfee1f18c716a40be3a0bf3bbc27dfbb13e9c42d /src/util.h | |
parent | 270ba4253237a5c244c5d49b60a8424bdc013d59 (diff) |
Moved functions from util to history and bookmark.
Some of the functions where only used one time, so they where moved to the
place where they are used.
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -35,8 +35,6 @@ char** util_get_lines(const char* filename); GList *util_file_to_unique_list(const char *filename, Util_Content_Func func, GCompareFunc unique_func, GDestroyNotify free_func); char* util_strcasestr(const char* haystack, const char* needle); -gboolean util_array_contains_all_tags(char **src, unsigned int s, char **query, unsigned int q); -gboolean util_string_contains_all_tags(char *src, char **query, unsigned int q); char *util_str_replace(const char* search, const char* replace, const char* string); gboolean util_create_tmp_file(const char *content, char **file); char *util_build_path(const char *path, const char *dir); |