provide prototype
This commit is contained in:
parent
cef53a5907
commit
2788b18f32
@ -1,5 +1,7 @@
|
|||||||
#include "io_internal.h"
|
#include "io_internal.h"
|
||||||
|
|
||||||
|
void io_wantwrite_really(int64 d, io_entry* e);
|
||||||
|
|
||||||
void io_eagain(int64 d) {
|
void io_eagain(int64 d) {
|
||||||
io_entry* e=iarray_get(&io_fds,d);
|
io_entry* e=iarray_get(&io_fds,d);
|
||||||
if (e) {
|
if (e) {
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#include "io_internal.h"
|
#include "io_internal.h"
|
||||||
|
|
||||||
|
void io_wantwrite_really(int64 d, io_entry* e);
|
||||||
|
|
||||||
void io_eagain_write(int64 d) {
|
void io_eagain_write(int64 d) {
|
||||||
io_entry* e=iarray_get(&io_fds,d);
|
io_entry* e=iarray_get(&io_fds,d);
|
||||||
if (e) {
|
if (e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user