summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorDaniel Carl <danielcarl@gmx.de>2012-12-31 14:18:07 +0100
committerDaniel Carl <danielcarl@gmx.de>2012-12-31 14:18:07 +0100
commit29901d40da7d5831e5d45556476d6939f22dcafc (patch)
tree275d207803a08eae75574fe0f845b2f66a7a0d6c /src/util.h
parent30225c1b0ebca7ea4e4de45474e9c2c2837782d4 (diff)
Moved setting related function from util.c to setting.c.
Now there is no dependency from the setting.c to the util function.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 2433d9e..1f88f61 100644
--- a/src/util.h
+++ b/src/util.h
@@ -26,7 +26,5 @@ gchar* util_get_config_dir(void);
gchar* util_get_cache_dir(void);
void util_create_dir_if_not_exists(const gchar* dirpath);
void util_create_file_if_not_exists(const gchar* filename);
-Arg* util_char_to_arg(const gchar* str, Type type);
-Arg* util_new_arg(void);
#endif /* end of include guard: UTIL_H */