Mercurial > geeqie
comparison src/search.h @ 138:71e1ebee420e
replaced gchar* path with FileData *fd
author | nadvornik |
---|---|
date | Tue, 11 Sep 2007 20:06:29 +0000 |
parents | d907d608745f |
children | f6e307c7bad6 |
comparison
equal
deleted
inserted
replaced
137:be3328a58875 | 138:71e1ebee420e |
---|---|
15 | 15 |
16 | 16 |
17 void search_new(const gchar *path, const gchar *example_file); | 17 void search_new(const gchar *path, const gchar *example_file); |
18 | 18 |
19 | 19 |
20 void search_maint_renamed(const gchar *source, const gchar *dest); | 20 void search_maint_renamed(FileData *fd); |
21 void search_maint_removed(const gchar *path); | 21 void search_maint_removed(FileData *fd); |
22 | 22 |
23 | 23 |
24 #endif | 24 #endif |
25 | 25 |
26 | 26 |