summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gomo.h2
-rw-r--r--include/proto.h1
-rw-r--r--include/pttstruct.h2
3 files changed, 4 insertions, 1 deletions
diff --git a/include/gomo.h b/include/gomo.h
index e2a5a5ca..30556aa9 100644
--- a/include/gomo.h
+++ b/include/gomo.h
@@ -1,4 +1,4 @@
-/* $Id: gomo.h,v 1.2 2002/06/04 13:07:12 in2 Exp $ */
+/* $Id$ */
#ifndef _INCLUDE_GOMO_H
#define _INCLUDE_GOMO_H
diff --git a/include/proto.h b/include/proto.h
index c36a4b23..93c4a92f 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -20,6 +20,7 @@ int m_register();
int cat_register();
unsigned int setperms(unsigned int pbits, char *pstring[]);
void setup_man(boardheader_t * board);
+int make_symbolic_link(int gid, int bid);
/* announce */
int a_menu(char *maintitle, char *path, int lastlevel);
diff --git a/include/pttstruct.h b/include/pttstruct.h
index a9775d0b..eef261ff 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -162,6 +162,8 @@ typedef struct boardheader_t {
#define BRD_NORECOMMEND 000010000 /* 不可推薦 */
#define BRD_BLOG 000020000 /* BLOG */
#define BRD_BMCOUNT 000040000 /* 板主設定列入記錄 */
+#define BRD_SYMBOLIC 000100000 /* symbolic link to board */
+
#define TTLEN 64 /* Length of title */
#define FNLEN 33 /* Length of filename */