diff options
Diffstat (limited to 'include')
-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 */ |