diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-15 21:21:17 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-15 21:21:17 +0800 |
commit | 2f280d2b0da709c2b6055f1309b5358f47e81260 (patch) | |
tree | ea12435a1d46725bfddbcc78661e7d1ef271a740 /include | |
parent | 1aca8f8271d88c5d5b55bbd2f0268e1f42d194b9 (diff) | |
download | pttbbs-2f280d2b0da709c2b6055f1309b5358f47e81260.tar pttbbs-2f280d2b0da709c2b6055f1309b5358f47e81260.tar.gz pttbbs-2f280d2b0da709c2b6055f1309b5358f47e81260.tar.bz2 pttbbs-2f280d2b0da709c2b6055f1309b5358f47e81260.tar.lz pttbbs-2f280d2b0da709c2b6055f1309b5358f47e81260.tar.xz pttbbs-2f280d2b0da709c2b6055f1309b5358f47e81260.tar.zst pttbbs-2f280d2b0da709c2b6055f1309b5358f47e81260.zip |
anonymous posting in inn
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2069 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 13bbd834..3d349611 100644 --- a/include/proto.h +++ b/include/proto.h @@ -55,7 +55,7 @@ int CheckPostPerm(void); void anticrosspost(void); int Select(void); void do_reply_title(int row, char *title); -void outgo_post(fileheader_t *fh, char *board); +void outgo_post(fileheader_t *fh, char *board, char *userid, char *username); int edit_title(int ent, fileheader_t *fhdr, char *direct); int whereami(int ent, fileheader_t *fhdr, char *direct); void set_board(void); |