r3768: Updated years.
[rox-filer.git] / ROX-Filer / src / bulk_rename.h
blob63488debd6eb771f29f9259562df6710a5af55c9
1 /*
2 * ROX-Filer, filer for the ROX desktop project
3 * By Thomas Leonard, <tal197@users.sourceforge.net>.
4 */
6 #ifndef _BULK_RENAME_H
7 #define _BULK_RENAME_H
9 void bulk_rename(const char *dir, GList *items);
11 #endif /* _BULK_RENAME_H */