diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-26 13:25:03 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-26 13:25:03 +0800 |
commit | 38918e67f0aabf6c9fd7ee743faa4dc296384691 (patch) | |
tree | 5ce1dd700f8d8327ecf2e65c3ba041fce7a075f4 /include/modes.h | |
parent | 648817f7b2957819f2854e7ee223ea9f7ed32619 (diff) | |
download | pttbbs-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/modes.h')
-rw-r--r-- | include/modes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/modes.h b/include/modes.h index cc12b3d5..3606cb1a 100644 --- a/include/modes.h +++ b/include/modes.h @@ -1,4 +1,4 @@ -/* $Id: modes.h,v 1.2 2002/08/27 21:49:18 kcwu Exp $ */ +/* $Id: modes.h,v 1.3 2003/05/26 05:23:13 in2 Exp $ */ #ifndef INCLUDE_MODES_H #define INCLUDE_MODES_H @@ -95,6 +95,7 @@ #define TMPJACK 77 #define JCEE 78 #define REEDIT 79 +#define BLOGGING 80 /* menu.c ¤¤ªº¼Ò¦¡ */ #define QUIT 0x666 /* Return value to abort recursive functions */ |