diff src/history_list.h @ 1000:4fe8f9656107

For the sake of consistency, use glib basic types everywhere.
author zas_
date Tue, 26 Aug 2008 22:22:51 +0000
parents c414002a1f27
children 1646720364cf
line wrap: on
line diff
--- a/src/history_list.h	Tue Aug 26 21:19:33 2008 +0000
+++ b/src/history_list.h	Tue Aug 26 22:22:51 2008 +0000
@@ -25,7 +25,7 @@
 void history_list_item_move(const gchar *key, const gchar *path, gint direction);
 void history_list_item_remove(const gchar *key, const gchar *path);
 
-const gchar *history_list_find_last_path_by_key(const gchar* key);
+const gchar *history_list_find_last_path_by_key(const gchar *key);
 
 /* the returned GList is internal, don't free it */
 GList *history_list_get_by_key(const gchar *key);