diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-24 11:23:31 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-06-24 11:23:31 +0800 |
commit | c8554e3924db75743928910321d47daa72f80d98 (patch) | |
tree | ccf480237c121eff7611f0bfc4832797bf12a3a8 /include | |
parent | d7dd7919a06864cffb048458575a46e49ac79424 (diff) | |
download | pttbbs-c8554e3924db75743928910321d47daa72f80d98.tar pttbbs-c8554e3924db75743928910321d47daa72f80d98.tar.gz pttbbs-c8554e3924db75743928910321d47daa72f80d98.tar.bz2 pttbbs-c8554e3924db75743928910321d47daa72f80d98.tar.lz pttbbs-c8554e3924db75743928910321d47daa72f80d98.tar.xz pttbbs-c8554e3924db75743928910321d47daa72f80d98.tar.zst pttbbs-c8554e3924db75743928910321d47daa72f80d98.zip |
BBS MERGE MODULE make -D MERGEBBS
git-svn-id: http://opensvn.csie.org/pttbbs/branches/Ptt.merge@2078 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 2096eb29..039530ba 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); @@ -341,6 +342,7 @@ int Name_Menu(void); #ifdef MERGEBBS /* merge */ int m_fpg(void); +void m_fpg_brd(char *bname,char *fromdir); #endif /* more */ |