diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-11-15 07:03:42 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-11-15 07:03:42 +0800 |
commit | e644996aa66e0e3f1ab9c14ef3135bfde2dd5912 (patch) | |
tree | 112623d73caa364e2cd30842f5f8f0163dc384b4 /include | |
parent | f6e922eff16029374e8853e1c71469861c5d8997 (diff) | |
download | pttbbs-e644996aa66e0e3f1ab9c14ef3135bfde2dd5912.tar pttbbs-e644996aa66e0e3f1ab9c14ef3135bfde2dd5912.tar.gz pttbbs-e644996aa66e0e3f1ab9c14ef3135bfde2dd5912.tar.bz2 pttbbs-e644996aa66e0e3f1ab9c14ef3135bfde2dd5912.tar.lz pttbbs-e644996aa66e0e3f1ab9c14ef3135bfde2dd5912.tar.xz pttbbs-e644996aa66e0e3f1ab9c14ef3135bfde2dd5912.tar.zst pttbbs-e644996aa66e0e3f1ab9c14ef3135bfde2dd5912.zip |
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1336 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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); |