summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-13 01:20:08 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-13 01:20:08 +0800
commitba7d0724d84952fd0989b99ba5e9ef42d8b8f262 (patch)
tree4c8cfec674e0a163289835ed19d50d62de5b4a5e /include/proto.h
parent050df9b137cf1be6876e551a5a98c1038be73b50 (diff)
downloadpttbbs-ba7d0724d84952fd0989b99ba5e9ef42d8b8f262.tar
pttbbs-ba7d0724d84952fd0989b99ba5e9ef42d8b8f262.tar.gz
pttbbs-ba7d0724d84952fd0989b99ba5e9ef42d8b8f262.tar.bz2
pttbbs-ba7d0724d84952fd0989b99ba5e9ef42d8b8f262.tar.lz
pttbbs-ba7d0724d84952fd0989b99ba5e9ef42d8b8f262.tar.xz
pttbbs-ba7d0724d84952fd0989b99ba5e9ef42d8b8f262.tar.zst
pttbbs-ba7d0724d84952fd0989b99ba5e9ef42d8b8f262.zip
- board: move cursor when leaving same board.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4149 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 166c3fd2..7115a87d 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -79,7 +79,7 @@ int edit_title(int ent, fileheader_t *fhdr, const char *direct);
int whereami(void);
void set_board(void);
int do_post(void);
-void ReadSelect(void);
+int ReadSelect(void);
int save_violatelaw(void);
int board_select(void);
int board_digest(void);