index
:
fehqlibs
jannis
master
meson
common feh software support library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
rename.h
blob: 641f68ae058487c01bad4803bff69a43245fc46e (
plain
)
1
2
3
4
5
6
#ifndef RENAME_H
#define RENAME_H
extern
int
rename
(
const
char
*
,
const
char
*
);
#endif