Remove commented out code.
[geeqie.git] / src / search.h
index 2db7bf4..e324298 100644 (file)
@@ -1,6 +1,7 @@
 /*
- * GQview
+ * Geeqie
  * (C) 2005 John Ellis
+ * Copyright (C) 2008 - 2012 The Geeqie Team
  *
  * Author: John Ellis
  *
 #define SEARCH_H
 
 
-void search_new(const gchar *path, const gchar *example_file);
-
-
-void search_maint_renamed(const gchar *source, const gchar *dest);
-void search_maint_removed(const gchar *path);
+void search_new(FileData *dir_fd, FileData *example_file);
 
 
 #endif
-
-
+/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */