summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-28 12:49:12 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-28 12:49:12 +0800
commitc5495b165a64835eef37dff6c010af89499bf2a2 (patch)
treed24e1261a67a272055796f44862ebfe8b53bffbf /include/proto.h
parentf6172d5bc668be2372fcb23d5c05e7f70f9af201 (diff)
downloadpttbbs-c5495b165a64835eef37dff6c010af89499bf2a2.tar
pttbbs-c5495b165a64835eef37dff6c010af89499bf2a2.tar.gz
pttbbs-c5495b165a64835eef37dff6c010af89499bf2a2.tar.bz2
pttbbs-c5495b165a64835eef37dff6c010af89499bf2a2.tar.lz
pttbbs-c5495b165a64835eef37dff6c010af89499bf2a2.tar.xz
pttbbs-c5495b165a64835eef37dff6c010af89499bf2a2.tar.zst
pttbbs-c5495b165a64835eef37dff6c010af89499bf2a2.zip
distinguish functions that need item or not, and allow the latter in empty itemlist.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3098 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 2ed3890f..7a33212b 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -72,7 +72,7 @@ int Select(void);
void do_reply_title(int row, const char *title);
void outgo_post(const fileheader_t *fh, const char *board, const char *userid, const char *username);
int edit_title(int ent, fileheader_t *fhdr, const char *direct);
-int whereami(int ent, const fileheader_t *fhdr, const char *direct);
+int whereami(void);
void set_board(void);
int do_post(void);
void ReadSelect(void);