From 450ad26421aa1c38700dddc8899a3522e1cc5442 Mon Sep 17 00:00:00 2001 From: ptt Date: Sat, 26 Jun 2004 02:03:37 +0000 Subject: Merge bbs merge module usage: make -D BBSMERGE to enable this module git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2091 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index 25439698..c439b708 100644 --- a/include/proto.h +++ b/include/proto.h @@ -24,6 +24,7 @@ void setup_man(boardheader_t * board); void delete_symbolic_link(boardheader_t *bh, int bid); int make_symbolic_link(char *bname, int gid); int make_symbolic_link_interactively(int gid); +void merge_dir(char *dir1, char *dir2); /* announce */ int a_menu(char *maintitle, char *path, int lastlevel); @@ -339,6 +340,12 @@ int Xyz(void); int Play_Play(void); int Name_Menu(void); +#ifdef MERGEBBS +/* merge */ +int m_fpg(void); +void m_fpg_brd(char *bname,char *fromdir); +#endif + /* more */ int more(char *fpath, int promptend); -- cgit v1.2.3