Remove commented out code.
[geeqie.git] / src / search.h
index 27abad2..e324298 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Geeqie
  * (C) 2005 John Ellis
- * Copyright (C) 2008 The Geeqie Team
+ * 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(FileData *fd);
-void search_maint_removed(FileData *fd);
+void search_new(FileData *dir_fd, FileData *example_file);
 
 
 #endif
+/* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */