From ebfb5cf86e54df87bdbd952cfed7714325d530a3 Mon Sep 17 00:00:00 2001 From: victor Date: Wed, 12 Jan 2005 15:43:12 +0000 Subject: implement basic cp(1), fix "/bin/cp: Argument list too long." git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2393 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index 005dcb17..61897662 100644 --- a/include/proto.h +++ b/include/proto.h @@ -543,6 +543,7 @@ void setdirpath(char *buf, char *direct, char *fname); int str_checksum(char *str); void show_help(char * const helptext[]); void show_helpfile(const char * helpfile); +int copy_file(char *src, char *dst); int belong(char *filelist, char *key); char *Cdatedate(time_t *clock); void sethomeman(char *buf, const char *userid); -- cgit v1.2.3