For the sake of consistency, use glib basic types everywhere.
[geeqie.git] / src / history_list.c
index 0aa8e9a..b764053 100644 (file)
@@ -179,7 +179,7 @@ static void history_list_free(HistoryData *hd)
        g_free(hd);
 }
 
-static HistoryData *history_list_find_by_key(const gcharkey)
+static HistoryData *history_list_find_by_key(const gchar *key)
 {
        GList *work = history_list;
 
@@ -194,7 +194,7 @@ static HistoryData *history_list_find_by_key(const gchar* key)
        return NULL;
 }
 
-const gchar *history_list_find_last_path_by_key(const gcharkey)
+const gchar *history_list_find_last_path_by_key(const gchar *key)
 {
        HistoryData *hd;