From e5c7ab45880f9d0b6feb176ff1aad59225e379d8 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 22 Feb 2004 15:28:58 +0000 Subject: subscription should be perform after choice, move some code from board.c to fav.c git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1559 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/fav.h | 1 + include/proto.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/fav.h b/include/fav.h index 2e824471..ed09762f 100644 --- a/include/fav.h +++ b/include/fav.h @@ -21,6 +21,7 @@ #define FAV3 ".fav3" #define FAV4 ".fav4" +#define FAVNB ".favnb" typedef struct { char type; diff --git a/include/proto.h b/include/proto.h index c36a4b23..1a466d6d 100644 --- a/include/proto.h +++ b/include/proto.h @@ -251,6 +251,7 @@ void fav_cleanup(void); void fav_clean_invisible(void); char current_fav_at_root(void); fav_t *get_fav_folder(fav_type_t *ft); +void updatenewfav(int mode); /* friend */ void friend_edit(int type); -- cgit v1.2.3