block: don't put spaces around :
[ironout.git] / rename.h
blob88cf22918d8bacfe2105c94a955b968744c4063b
1 #ifndef _RENAME_H
2 #define _RENAME_H
4 #include "cfile.h"
5 #include "find.h"
6 #include "project.h"
8 void rename_name(struct project *project, struct name *name, char *newname);
10 #endif