summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-22 15:24:47 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-06-22 15:24:47 +0800
commitc6396bc08183db5e339beb94fe61f15cba14fadc (patch)
treea030ac70fabb9973f9a493312ce7d73287e57fab
parentea194289d2c08edd7edde033264ecc056087f6e2 (diff)
downloadpttbbs-c6396bc08183db5e339beb94fe61f15cba14fadc.tar
pttbbs-c6396bc08183db5e339beb94fe61f15cba14fadc.tar.gz
pttbbs-c6396bc08183db5e339beb94fe61f15cba14fadc.tar.bz2
pttbbs-c6396bc08183db5e339beb94fe61f15cba14fadc.tar.lz
pttbbs-c6396bc08183db5e339beb94fe61f15cba14fadc.tar.xz
pttbbs-c6396bc08183db5e339beb94fe61f15cba14fadc.tar.zst
pttbbs-c6396bc08183db5e339beb94fe61f15cba14fadc.zip
fix gameble
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@333 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pttbbs/include/common.h b/pttbbs/include/common.h
index d49e231e..90b4aca1 100644
--- a/pttbbs/include/common.h
+++ b/pttbbs/include/common.h
@@ -1,4 +1,4 @@
-/* $Id: common.h,v 1.3 2002/06/19 13:34:23 lwms Exp $ */
+/* $Id: common.h,v 1.4 2002/06/22 07:24:47 ptt Exp $ */
#ifndef INCLUDE_COMMON_H
#define INCLUDE_COMMON_H
@@ -23,6 +23,7 @@
#define FN_OVERRIDES "overrides"
#define FN_TICKET "ticket"
#define FN_TICKET_END "ticket.end"
+#define FN_TICKET_LOCK "ticket.end.lock"
#define FN_TICKET_ITEMS "ticket.items"
#define FN_TICKET_RECORD "ticket.data"
#define FN_TICKET_USER "ticket.user"