From 0fe176cce3e1eb4aec040ced510039efb61056e6 Mon Sep 17 00:00:00 2001 From: victor Date: Sun, 22 Feb 2004 12:38:44 +0000 Subject: close victor.gb, open victor.symbolic git-svn-id: http://opensvn.csie.org/pttbbs/branches/victor.symblic@1557 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/gomo.h | 2 +- include/proto.h | 1 + include/pttstruct.h | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3