diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 2c9b060e..e92082c7 100644 --- a/include/proto.h +++ b/include/proto.h @@ -120,6 +120,7 @@ int getuser(const char *userid, userec_t *xuser); void setuserid(int num, const char *userid); int searchuser(const char *userid, char *rightid); int getbnum(const char *bname); +void touchbpostnum(int bid, int delta); void reset_board(int bid); void touch_boards(void); void addbrd_touchcache(void); |