summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-02-22 20:38:44 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-02-22 20:38:44 +0800
commit0fe176cce3e1eb4aec040ced510039efb61056e6 (patch)
tree151fbf597f94bf55f6e42cd09b7c53e5255df40d /include
parente345432a104c536c910947dbfb1e7ba9deb8c665 (diff)
downloadpttbbs-0fe176cce3e1eb4aec040ced510039efb61056e6.tar
pttbbs-0fe176cce3e1eb4aec040ced510039efb61056e6.tar.gz
pttbbs-0fe176cce3e1eb4aec040ced510039efb61056e6.tar.bz2
pttbbs-0fe176cce3e1eb4aec040ced510039efb61056e6.tar.lz
pttbbs-0fe176cce3e1eb4aec040ced510039efb61056e6.tar.xz
pttbbs-0fe176cce3e1eb4aec040ced510039efb61056e6.tar.zst
pttbbs-0fe176cce3e1eb4aec040ced510039efb61056e6.zip
close victor.gb, open victor.symbolic
git-svn-id: http://opensvn.csie.org/pttbbs/branches/victor.symblic@1557 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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 */