diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-07 16:57:34 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-07 16:57:34 +0800 |
commit | b2297bedf2c63a6bd15695e37d555588a7efe15a (patch) | |
tree | cdfef1fe39c7765a03f619160f2c7ccf4f1e9a74 /include | |
parent | d509c57b362be90ad2c4cb9dca3ecf160bfca64a (diff) | |
download | pttbbs-b2297bedf2c63a6bd15695e37d555588a7efe15a.tar pttbbs-b2297bedf2c63a6bd15695e37d555588a7efe15a.tar.gz pttbbs-b2297bedf2c63a6bd15695e37d555588a7efe15a.tar.bz2 pttbbs-b2297bedf2c63a6bd15695e37d555588a7efe15a.tar.lz pttbbs-b2297bedf2c63a6bd15695e37d555588a7efe15a.tar.xz pttbbs-b2297bedf2c63a6bd15695e37d555588a7efe15a.tar.zst pttbbs-b2297bedf2c63a6bd15695e37d555588a7efe15a.zip |
prepare to mergevictor.symblic
git-svn-id: http://opensvn.csie.org/pttbbs/branches/victor.symblic@1580 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/fav.h | 1 | ||||
-rw-r--r-- | include/proto.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/fav.h b/include/fav.h index 2e824471..ed09762f 100644 --- a/include/fav.h +++ b/include/fav.h @@ -21,6 +21,7 @@ #define FAV3 ".fav3" #define FAV4 ".fav4" +#define FAVNB ".favnb" typedef struct { char type; diff --git a/include/proto.h b/include/proto.h index 74de00da..3922cc86 100644 --- a/include/proto.h +++ b/include/proto.h @@ -253,6 +253,7 @@ void fav_cleanup(void); void fav_clean_invisible(void); char current_fav_at_root(void); fav_t *get_fav_folder(fav_type_t *ft); +void subscribe_newfav(void); /* friend */ void friend_edit(int type); |