diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 68146f79..9bed7a96 100644 --- a/include/proto.h +++ b/include/proto.h @@ -251,6 +251,7 @@ char getans(char *prompt); /* kaede */ int Rename(char* src, char* dst); +int Copy(char *src, char *dst); int Link(char* src, char* dst); char *Ptt_prints(char *str, int mode); char *my_ctime(const time_t *t, char *ans, int len); |