diff options
Diffstat (limited to 'include/proto.h')
-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 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); |