diff src/history_list.h @ 1431:7e180091e0b7

More gboolean and tidy up.
author zas_
date Sat, 14 Mar 2009 11:26:43 +0000
parents 8b89e3ff286b
children
line wrap: on
line diff
--- a/src/history_list.h	Sat Mar 14 10:34:42 2009 +0000
+++ b/src/history_list.h	Sat Mar 14 11:26:43 2009 +0000
@@ -14,8 +14,8 @@
 
 /* history lists */
 
-gint history_list_load(const gchar *path);
-gint history_list_save(const gchar *path);
+gboolean history_list_load(const gchar *path);
+gboolean history_list_save(const gchar *path);
 
 void history_list_free_key(const gchar *key);