From c887ad307c98ffca2825f9489b10eb442b1a6273 Mon Sep 17 00:00:00 2001 From: piaip Date: Mon, 3 Dec 2007 16:43:26 +0000 Subject: - 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 --- include/convert.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include/convert.h') 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 -- cgit v1.2.3