summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-17 12:07:47 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-09-17 12:07:47 +0800
commit2a83fe8bd5b10cb1b6e1b9b4f8fc76096e185456 (patch)
treeab5b8e43e9768c1662e1b62544925cf9eb06a528 /include
parentae598bc932f6a2cc3227b5a65c8ab0c88dedcf69 (diff)
downloadpttbbs-2a83fe8bd5b10cb1b6e1b9b4f8fc76096e185456.tar
pttbbs-2a83fe8bd5b10cb1b6e1b9b4f8fc76096e185456.tar.gz
pttbbs-2a83fe8bd5b10cb1b6e1b9b4f8fc76096e185456.tar.bz2
pttbbs-2a83fe8bd5b10cb1b6e1b9b4f8fc76096e185456.tar.lz
pttbbs-2a83fe8bd5b10cb1b6e1b9b4f8fc76096e185456.tar.xz
pttbbs-2a83fe8bd5b10cb1b6e1b9b4f8fc76096e185456.tar.zst
pttbbs-2a83fe8bd5b10cb1b6e1b9b4f8fc76096e185456.zip
* refine badpost code again
* remove more deprecated stuff git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4847 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h6
-rw-r--r--include/uflags.h9
2 files changed, 5 insertions, 10 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 6b76a965..a1ec4c55 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -654,10 +654,4 @@ typedef struct
int show_max; /* max covered range in last display */
} SigInfo;
-/* type in gomo.c, structure passing through socket */
-typedef struct {
- char x;
- char y;
-} Horder_t;
-
#endif
diff --git a/include/uflags.h b/include/uflags.h
index e9037a68..72a21831 100644
--- a/include/uflags.h
+++ b/include/uflags.h
@@ -70,10 +70,11 @@
#define REJECT_OUTTAMAIL (cuser.uflag2 & REJ_OUTTAMAIL)
/* ANGEL [deprecated] */
-// #define UF2_ANGEL_PAUSE 0x00000800 /* deprecated: true if don't want to be angel for a while */
-// #define UF2_ANGEL_OLDMASK 0x00003800 // mask of all deprecated stuff
-// #define ANGEL_??? 0x00004000
-// #define ANGEL_??? 0x00008000
+// #define ANGEL_??? 0x00000800 /* deprecated: true if don't want to be angel for a while */
+// #define ANGEL_??? 0x00001000 // deprecated: ???
+// #define ANGEL_??? 0x00002000 // deprecated: ???
+// #define ANGEL_??? 0x00004000 // reserved then deprecated
+// #define ANGEL_??? 0x00008000 // reserved then deprecated
/* NEW ENTRY HERE */
// #define ???_??? 0x00010000