diff src/print.h @ 138:71e1ebee420e

replaced gchar* path with FileData *fd
author nadvornik
date Tue, 11 Sep 2007 20:06:29 +0000
parents d907d608745f
children f6e307c7bad6
line wrap: on
line diff
--- a/src/print.h	Thu Aug 23 20:45:59 2007 +0000
+++ b/src/print.h	Tue Sep 11 20:06:29 2007 +0000
@@ -15,7 +15,7 @@
 
 
 /* do not free selection or list, the print window takes control of them */
-void print_window_new(const gchar *path, GList *selection, GList *list, GtkWidget *parent);
+void print_window_new(FileData *fd, GList *selection, GList *list, GtkWidget *parent);
 
 
 #endif