summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-29 11:22:46 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-29 11:22:46 +0800
commit5544af605f9b9c5f1f36ea0e5c42fef1c88af97f (patch)
treed5585115252103dbf469cc8c9adee775323ff0ed /include
parentcd3513b90098e739976c40819e24f14de3b7e33f (diff)
downloadpttbbs-5544af605f9b9c5f1f36ea0e5c42fef1c88af97f.tar
pttbbs-5544af605f9b9c5f1f36ea0e5c42fef1c88af97f.tar.gz
pttbbs-5544af605f9b9c5f1f36ea0e5c42fef1c88af97f.tar.bz2
pttbbs-5544af605f9b9c5f1f36ea0e5c42fef1c88af97f.tar.lz
pttbbs-5544af605f9b9c5f1f36ea0e5c42fef1c88af97f.tar.xz
pttbbs-5544af605f9b9c5f1f36ea0e5c42fef1c88af97f.tar.zst
pttbbs-5544af605f9b9c5f1f36ea0e5c42fef1c88af97f.zip
revert r3108, fix the problem by bound correction as moving fav instead.
(the problem still exists potentially.) git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3111 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h
index aeb81090..4c0003d2 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -257,8 +257,6 @@ void fav_set_folder_title(fav_type_t *ft, char *title);
int fav_stack_full(void);
void fav_folder_in(short fid);
void fav_folder_out(void);
-void fav_enter(void);
-void fav_leave(void);
void fav_free(void);
int fav_v3_to_v4(void);
int is_set_attr(fav_type_t *ft, char bit);