diff src/streambrowser/streambrowser.h @ 2913:113454baecf8

lots of changes: most important - bookmarks code almost finished, fixed bold-text gui bug, and others...
author Calin Crisan ccrisan@gmail.com
date Fri, 15 Aug 2008 16:00:43 +0200
parents c27da2c06805
children 3134a0987162
line wrap: on
line diff
--- a/src/streambrowser/streambrowser.h	Tue Aug 12 23:49:32 2008 +0200
+++ b/src/streambrowser/streambrowser.h	Fri Aug 15 16:00:43 2008 +0200
@@ -38,6 +38,9 @@
 void				failure(const char *fmt, ...);
 gboolean			fetch_remote_to_local_file(gchar *remote_url, gchar *local_url);
 
+void				config_load();
+void				config_save();
+
 	/* returns true if the substring has been found, false otherwise */
 gboolean			mystrcasestr(const char *haystack, const char *needle);