io_shutdown() is now unused, remove
This commit is contained in:
parent
eb25be08d4
commit
a1003ea7da
2 changed files with 0 additions and 19 deletions
|
@ -54,7 +54,6 @@ extern int io_read(struct iop *, char *, int);
|
|||
extern int io_write(struct iop *, char *, int);
|
||||
extern int io_gets(struct iop *, char *, int);
|
||||
extern int io_puts(struct iop *, char *);
|
||||
extern int io_shutdown(struct iop *, int);
|
||||
extern int io_error(struct iop *);
|
||||
extern int io_eof(struct iop *);
|
||||
extern void io_set_eof(struct iop *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue