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