diff src/search.h @ 783:d6a7fb4b8e7c

replaced directory path with FileData* dir_fd
author nadvornik
date Tue, 03 Jun 2008 19:44:19 +0000
parents 48c8e49b571c
children a31524ae39cb
line wrap: on
line diff
--- a/src/search.h	Tue Jun 03 15:54:05 2008 +0000
+++ b/src/search.h	Tue Jun 03 19:44:19 2008 +0000
@@ -15,7 +15,7 @@
 #define SEARCH_H
 
 
-void search_new(const gchar *path, const gchar *example_file);
+void search_new(FileData *dir_fd, FileData *example_file);
 
 
 void search_maint_renamed(FileData *fd);