diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-02-09 17:26:43 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-02-09 17:26:43 +0800 |
commit | 2743aa3f2140fa84e9c8bf08f84d62dbc5b406d4 (patch) | |
tree | 1caffb1dd724a5205d1c47e8858a393bbe5c217f /include/proto.h | |
parent | b6eef5402fcae504b757aef24824d33f2fed561a (diff) | |
download | pttbbs-2743aa3f2140fa84e9c8bf08f84d62dbc5b406d4.tar pttbbs-2743aa3f2140fa84e9c8bf08f84d62dbc5b406d4.tar.gz pttbbs-2743aa3f2140fa84e9c8bf08f84d62dbc5b406d4.tar.bz2 pttbbs-2743aa3f2140fa84e9c8bf08f84d62dbc5b406d4.tar.lz pttbbs-2743aa3f2140fa84e9c8bf08f84d62dbc5b406d4.tar.xz pttbbs-2743aa3f2140fa84e9c8bf08f84d62dbc5b406d4.tar.zst pttbbs-2743aa3f2140fa84e9c8bf08f84d62dbc5b406d4.zip |
warning free
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1520 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/proto.h b/include/proto.h index ba5c8b0c..1da8c481 100644 --- a/include/proto.h +++ b/include/proto.h @@ -278,10 +278,6 @@ int x_dict(); int use_dict(char *dict,char *database); /* convert */ -int gb_write(int fd, void *buf, size_t count); -int gb_read(int fd, void *buf, size_t count); -int utf8_write(int fd, void *buf, size_t count); -int utf8_read(int fd, void *buf, size_t count); void set_converting_type(int which); /* io */ |