summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-18 13:32:06 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-18 13:32:06 +0800
commit4ca3f873b996c26c7b158b268e3f9c0614877300 (patch)
treee8afe2cb72b2d54ee433fa5d53730eb64dc91c41
parentb48646dff131780307bcc820bce1d865404d3c67 (diff)
downloadpttbbs-4ca3f873b996c26c7b158b268e3f9c0614877300.tar
pttbbs-4ca3f873b996c26c7b158b268e3f9c0614877300.tar.gz
pttbbs-4ca3f873b996c26c7b158b268e3f9c0614877300.tar.bz2
pttbbs-4ca3f873b996c26c7b158b268e3f9c0614877300.tar.lz
pttbbs-4ca3f873b996c26c7b158b268e3f9c0614877300.tar.xz
pttbbs-4ca3f873b996c26c7b158b268e3f9c0614877300.tar.zst
pttbbs-4ca3f873b996c26c7b158b268e3f9c0614877300.zip
warning free
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1779 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index dfd14676..b4bdab92 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -21,6 +21,7 @@ int m_register(void);
int cat_register(void);
unsigned int setperms(unsigned int pbits, char *pstring[]);
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);