summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-04-23 00:04:12 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-04-23 00:04:12 +0800
commit945cf121ce0dfea9c37183eff0b05760bdef3a1d (patch)
treede9d25b806121418f14f7b07aeb2136497da6b36 /include/proto.h
parent68a75abe1e5568bbac2dbcca6ccad8aca6a1708c (diff)
downloadpttbbs-945cf121ce0dfea9c37183eff0b05760bdef3a1d.tar
pttbbs-945cf121ce0dfea9c37183eff0b05760bdef3a1d.tar.gz
pttbbs-945cf121ce0dfea9c37183eff0b05760bdef3a1d.tar.bz2
pttbbs-945cf121ce0dfea9c37183eff0b05760bdef3a1d.tar.lz
pttbbs-945cf121ce0dfea9c37183eff0b05760bdef3a1d.tar.xz
pttbbs-945cf121ce0dfea9c37183eff0b05760bdef3a1d.tar.zst
pttbbs-945cf121ce0dfea9c37183eff0b05760bdef3a1d.zip
give a warning if too many subscribed favorites is added at the same time
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2711 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 8d358443..ca3391a4 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -255,7 +255,7 @@ void fav_cleanup(void);
void fav_clean_invisible(void);
fav_t *get_fav_folder(fav_type_t *ft);
fav_t *get_fav_root(void);
-void updatenewfav(int mode);
+int updatenewfav(int mode);
void subscribe_newfav(void);
/* file */