summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-26 13:25:03 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-26 13:25:03 +0800
commit38918e67f0aabf6c9fd7ee743faa4dc296384691 (patch)
tree5ce1dd700f8d8327ecf2e65c3ba041fce7a075f4 /include/proto.h
parent648817f7b2957819f2854e7ee223ea9f7ed32619 (diff)
downloadpttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar
pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.gz
pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.bz2
pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.lz
pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.xz
pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.zst
pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.zip
blog support
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@903 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 298f0a2b..a460650d 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.43 2003/05/20 02:03:35 bbs Exp $ */
+/* $Id: proto.h,v 1.44 2003/05/26 05:23:13 in2 Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -26,6 +26,9 @@ int a_menu(char *maintitle, char *path, int lastlevel);
void a_copyitem(char* fpath, char* title, char* owner, int mode);
int Announce();
void gem(char* maintitle, item_t* path, int update);
+#ifdef BLOG
+void BlogMain(int);
+#endif
/* args */
void initsetproctitle(int argc, char **argv, char **envp);