From 73633286ba5abef91660b5e731117e7293e83529 Mon Sep 17 00:00:00 2001 From: victor Date: Sat, 22 Nov 2003 11:37:52 +0000 Subject: fix 't' for admin, add docs/fav4.txt git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1364 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index fa7ffd06..f551df57 100644 --- a/include/proto.h +++ b/include/proto.h @@ -223,6 +223,7 @@ void fav_sort_by_class(void); int fav_load(void); int fav_save(void); void fav_remove_item(short id, char type); +fav_type_t *getadmtag(short bid); fav_type_t *getboard(short bid); fav_type_t *getfolder(short fid); char getbrdattr(short bid); @@ -235,7 +236,7 @@ void fav_move(int from, int to); fav_type_t *fav_add_line(void); fav_type_t *fav_add_folder(void); fav_type_t *fav_add_board(int bid); -void fav_remove_all_tagged_item(void); +fav_type_t *fav_add_admtag(int bid); void fav_remove_all_tagged_item(void); void fav_add_all_tagged_item(void); void fav_remove_all_tag(void); -- cgit v1.2.3