From a44bad6aceb9f76b3a5c61ef80d8aba67490b151 Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 25 Dec 2003 04:12:22 +0000 Subject: remove some comment, add static modifier properly git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1434 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index b0a8b77d..c2cb7716 100644 --- a/include/proto.h +++ b/include/proto.h @@ -210,7 +210,6 @@ int iseditlocking(char *fpath, char *action); /* fav */ void fav_set_old_folder(fav_t *fp); -int get_data_tail(fav_t *fp); int get_data_number(fav_t *fp); int get_current_fav_level(void); fav_t *get_current_fav(void); @@ -241,7 +240,7 @@ void fav_remove_all_tagged_item(void); void fav_add_all_tagged_item(void); void fav_remove_all_tag(void); void fav_set_folder_title(fav_type_t *ft, char *title); -int fav_max_folder_level(void); +int fav_stack_full(void); void fav_folder_in(short fid); void fav_folder_out(void); void fav_free(void); -- cgit v1.2.3