From 78f43e8c18e2ad103ee3fc20490d6e29a50f9331 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 1 Jan 2008 16:37:54 +0000 Subject: - make Test as macro name - general message update and finetune git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3770 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index d7d353db..2332e7b4 100644 --- a/include/proto.h +++ b/include/proto.h @@ -791,6 +791,12 @@ int Goodbye(void); /* toolkit */ unsigned DBCS_StringHash(const char *s); +/* recycle */ +// public +int RcyAddFile(const fileheader_t *fhdr, int bid, const char *fpath); +int RcyAddDir (const fileheader_t *fhdr, int bid, const char *direct); +int RcyRecycleBin(void); + /* passwd */ int passwd_init(void); int passwd_update(int num, userec_t *buf); -- cgit v1.2.3