summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-22 19:37:52 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-11-22 19:37:52 +0800
commit73633286ba5abef91660b5e731117e7293e83529 (patch)
treee09b49efe317c671608c6de58b6647c18ad1255a /include/proto.h
parent9a6d820518d2db326a0342f6d09c8433cae5cd27 (diff)
downloadpttbbs-73633286ba5abef91660b5e731117e7293e83529.tar
pttbbs-73633286ba5abef91660b5e731117e7293e83529.tar.gz
pttbbs-73633286ba5abef91660b5e731117e7293e83529.tar.bz2
pttbbs-73633286ba5abef91660b5e731117e7293e83529.tar.lz
pttbbs-73633286ba5abef91660b5e731117e7293e83529.tar.xz
pttbbs-73633286ba5abef91660b5e731117e7293e83529.tar.zst
pttbbs-73633286ba5abef91660b5e731117e7293e83529.zip
fix 't' for admin, add docs/fav4.txt
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1364 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h3
1 files changed, 2 insertions, 1 deletions
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);