From 7fbebb427be655ee17de0b786e0ce9a3d86ea3d8 Mon Sep 17 00:00:00 2001 From: koral Date: Wed, 2 Feb 2011 16:25:54 +0100 Subject: Cleaning/commenting uzbl-core.h. --- src/util.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index f03f13e..06531bb 100644 --- a/src/util.h +++ b/src/util.h @@ -5,14 +5,9 @@ typedef struct { gchar* default_value; } XDG_Var; -gchar* get_xdg_var (XDG_Var xdg); -gchar* find_xdg_file (int xdg_type, const char* filename); - -gboolean file_exists(const char* filename); - -char * -str_replace (const char* search, const char* replace, const char* string); - -gboolean -for_each_line_in_file(const gchar *path, void (*callback)(const gchar *l, void *c), void *user_data); +gchar* get_xdg_var(XDG_Var xdg); +gchar* find_xdg_file(int xdg_type, const char* filename); +gboolean file_exists(const char* filename); +char* str_replace(const char* search, const char* replace, const char* string); +gboolean for_each_line_in_file(const gchar *path, void (*callback)(const gchar *l, void *c), void *user_data); -- cgit v1.2.3