repo.or.cz
/
rox-filer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added missing release notes to Changes file.
[rox-filer.git]
/
ROX-Filer
/
src
/
bulk_rename.h
blob
63488debd6eb771f29f9259562df6710a5af55c9
1
/*
2
* ROX-Filer, filer for the ROX desktop project
3
* By Thomas Leonard, <tal197@users.sourceforge.net>.
4
*/
5
6
#ifndef _BULK_RENAME_H
7
#define _BULK_RENAME_H
8
9
void
bulk_rename
(
const char
*
dir
,
GList
*
items
);
10
11
#endif
/* _BULK_RENAME_H */