repo.or.cz
/
ironout.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
block: don't put spaces around :
[ironout.git]
/
rename.h
blob
88cf22918d8bacfe2105c94a955b968744c4063b
1
#ifndef _RENAME_H
2
#define _RENAME_H
3
4
#include
"cfile.h"
5
#include
"find.h"
6
#include
"project.h"
7
8
void
rename_name
(
struct
project
*
project
,
struct
name
*
name
,
char
*
newname
);
9
10
#endif