summaryrefslogtreecommitdiffstats
path: root/include/convert.h
diff options
context:
space:
mode:
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