summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-01-30 16:38:51 +0800
committerscw <scw@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-01-30 16:38:51 +0800
commitcfca496481a7fd0c300884f05be44893aacf1b54 (patch)
treea5c393950ec13cf7de31fe54f5759f4aacced6b1 /include
parenteae64d6b29a669ab1ed32bcb10e3de803544e705 (diff)
downloadpttbbs-cfca496481a7fd0c300884f05be44893aacf1b54.tar
pttbbs-cfca496481a7fd0c300884f05be44893aacf1b54.tar.gz
pttbbs-cfca496481a7fd0c300884f05be44893aacf1b54.tar.bz2
pttbbs-cfca496481a7fd0c300884f05be44893aacf1b54.tar.lz
pttbbs-cfca496481a7fd0c300884f05be44893aacf1b54.tar.xz
pttbbs-cfca496481a7fd0c300884f05be44893aacf1b54.tar.zst
pttbbs-cfca496481a7fd0c300884f05be44893aacf1b54.zip
Missing commit.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2448 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 b211ff1c..ab551ae6 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -22,7 +22,7 @@ int m_board(void);
int m_register(void);
int cat_register(void);
unsigned int setperms(unsigned int pbits, char * const pstring[]);
-void setup_man(boardheader_t * board);
+void setup_man(boardheader_t * board, boardheader_t * oldboard);
void delete_symbolic_link(boardheader_t *bh, int bid);
int make_symbolic_link(char *bname, int gid);
int make_symbolic_link_interactively(int gid);