diff options
author | Daniel Carl <danielcarl@gmx.de> | 2012-12-31 14:18:07 +0100 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2012-12-31 14:18:07 +0100 |
commit | 29901d40da7d5831e5d45556476d6939f22dcafc (patch) | |
tree | 275d207803a08eae75574fe0f845b2f66a7a0d6c /src/util.h | |
parent | 30225c1b0ebca7ea4e4de45474e9c2c2837782d4 (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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 */ |