summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-30 01:55:49 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-06-30 01:55:49 +0800
commit4960c6f354132ea0fa0b19382fd8a80fab2b80da (patch)
tree5f0e68470538511ff884c4bc83d7ed62282611d7 /include
parent29e58e53604571944c60b373b23a9790efdc73bd (diff)
downloadpttbbs-4960c6f354132ea0fa0b19382fd8a80fab2b80da.tar
pttbbs-4960c6f354132ea0fa0b19382fd8a80fab2b80da.tar.gz
pttbbs-4960c6f354132ea0fa0b19382fd8a80fab2b80da.tar.bz2
pttbbs-4960c6f354132ea0fa0b19382fd8a80fab2b80da.tar.lz
pttbbs-4960c6f354132ea0fa0b19382fd8a80fab2b80da.tar.xz
pttbbs-4960c6f354132ea0fa0b19382fd8a80fab2b80da.tar.zst
pttbbs-4960c6f354132ea0fa0b19382fd8a80fab2b80da.zip
debug of losting the last post
git-svn-id: http://opensvn.csie.org/pttbbs/branches/ptt.fpg@2104 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index c439b708..b0307d54 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -24,7 +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);
+void merge_dir(char *dir1, char *dir2, int isoutter);
/* announce */
int a_menu(char *maintitle, char *path, int lastlevel);