diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-12-17 14:08:05 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-12-17 14:08:05 +0800 |
commit | 0d0998b6ace327e445c691088d8d4dca105cec4f (patch) | |
tree | b499e6374bfa12cd98d62f84495cbad059597662 /include/proto.h | |
parent | b794e341a4f15d6d3596a7d1b39e396dfc30eb3f (diff) | |
download | pttbbs-0d0998b6ace327e445c691088d8d4dca105cec4f.tar pttbbs-0d0998b6ace327e445c691088d8d4dca105cec4f.tar.gz pttbbs-0d0998b6ace327e445c691088d8d4dca105cec4f.tar.bz2 pttbbs-0d0998b6ace327e445c691088d8d4dca105cec4f.tar.lz pttbbs-0d0998b6ace327e445c691088d8d4dca105cec4f.tar.xz pttbbs-0d0998b6ace327e445c691088d8d4dca105cec4f.tar.zst pttbbs-0d0998b6ace327e445c691088d8d4dca105cec4f.zip |
cdoc finished
comments for brc.c, fav.c
do not allow a board to be added twice in fav
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2379 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 83f797c5..cd2afbb8 100644 --- a/include/proto.h +++ b/include/proto.h @@ -236,7 +236,6 @@ int fav_v3_to_v4(void); int is_set_attr(fav_type_t *ft, char bit); void fav_cleanup(void); void fav_clean_invisible(void); -char current_fav_at_root(void); fav_t *get_fav_folder(fav_type_t *ft); fav_t *get_fav_root(void); void updatenewfav(int mode); |