diff options
Diffstat (limited to 'include/convert.h')
-rw-r--r-- | include/convert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/convert.h b/include/convert.h index c5303d56..a4f1b410 100644 --- a/include/convert.h +++ b/include/convert.h @@ -11,7 +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; +// extern int bbs_convert_type; #endif // CONVERT #endif // _BBS_CONVERT_H |