summaryrefslogtreecommitdiffstats
path: root/include/convert.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-04 00:43:26 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-12-04 00:43:26 +0800
commitc887ad307c98ffca2825f9489b10eb442b1a6273 (patch)
tree5a86aef303dd40f403ca1c1975c030bd53fa4d72 /include/convert.h
parent7226ce15690f667be736c3070a0f540978407fca (diff)
downloadpttbbs-c887ad307c98ffca2825f9489b10eb442b1a6273.tar
pttbbs-c887ad307c98ffca2825f9489b10eb442b1a6273.tar.gz
pttbbs-c887ad307c98ffca2825f9489b10eb442b1a6273.tar.bz2
pttbbs-c887ad307c98ffca2825f9489b10eb442b1a6273.tar.lz
pttbbs-c887ad307c98ffca2825f9489b10eb442b1a6273.tar.xz
pttbbs-c887ad307c98ffca2825f9489b10eb442b1a6273.tar.zst
pttbbs-c887ad307c98ffca2825f9489b10eb442b1a6273.zip
- code refine, move uflags to outside struct header file
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3622 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/convert.h')
-rw-r--r--include/convert.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/convert.h b/include/convert.h
index cafa08b7..c5303d56 100644
--- a/include/convert.h
+++ b/include/convert.h
@@ -1,5 +1,8 @@
/* $Id: convert.h 1374 2003-11-27 14:11:40Z victor $ */
+#ifndef _BBS_CONVERT_H
+#define _BBS_CONVERT_H
+
#ifdef CONVERT
#define CONV_NORMAL 0
@@ -8,5 +11,7 @@
typedef ssize_t (*read_write_type)(int, void *, size_t);
typedef ssize_t (*convert_type)(void *, ssize_t);
+extern int bbs_convert_type;
-#endif
+#endif // CONVERT
+#endif // _BBS_CONVERT_H