From 59f8d6883f61d07fb32f6cd189f30fcdc1322bb7 Mon Sep 17 00:00:00 2001 From: piaip Date: Tue, 1 Apr 2008 08:48:47 +0000 Subject: - logging regform validation results to specific board (BN_ID_RECORD) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4058 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/common.h | 1 + include/proto.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/common.h b/include/common.h index 0309d943..d448e96b 100644 --- a/include/common.h +++ b/include/common.h @@ -241,6 +241,7 @@ #define EDITFLAG_UPLOAD (0x00000002) #define EDITFLAG_ALLOWLARGE (0x00000004) #define EDITFLAG_ALLOWTITLE (0x00000008) +// #define EDITFLAG_ANONYMOUS (0x00000010) /* ----------------------------------------------------- */ /* Grayout Levels */ diff --git a/include/proto.h b/include/proto.h index 73734e50..d7fe1111 100644 --- a/include/proto.h +++ b/include/proto.h @@ -620,6 +620,7 @@ void syncnow(void); /* syspost */ int post_msg(const char* bname, const char* title, const char *msg, const char* author); +int post_msg_fpath(const char* bname, const char* title, const char *msg, const char* author, char *fpath); // return filename in fpath int post_file(const char *bname, const char *title, const char *filename, const char *author); void post_newboard(const char *bgroup, const char *bname, const char *bms); void post_violatelaw(const char *crime, const char *police, const char *reason, const char *result); -- cgit v1.2.3