diff src/ui_bookmark.h @ 904:1698baa37871

Move uri_*() functions to separate files: uri_utils.[ch]
author zas_
date Sun, 20 Jul 2008 15:16:05 +0000
parents c414002a1f27
children 1646720364cf
line wrap: on
line diff
--- a/src/ui_bookmark.h	Sun Jul 20 15:04:40 2008 +0000
+++ b/src/ui_bookmark.h	Sun Jul 20 15:16:05 2008 +0000
@@ -36,15 +36,5 @@
 void history_combo_append_history(GtkWidget *widget, const gchar *text);
 
 
-/* dnd data parsers (uris) */
-
-gchar *uri_text_escape(const gchar *text);
-void uri_text_decode(gchar *text);
-
-GList *uri_list_from_text(gchar *data, gint files_only);
-GList *uri_filelist_from_text(gchar *data, gint files_only);
-gchar *uri_text_from_list(GList *list, gint *len, gint plain_text);
-gchar *uri_text_from_filelist(GList *list, gint *len, gint plain_text);
-
 
 #endif