add io_finishandshutdown

This commit is contained in:
leitner 2003-11-01 00:12:10 +00:00
parent 025063013b
commit 0335358787

View File

@ -0,0 +1,6 @@
#include "io_internal.h"
void io_finishandshutdown(void) {
array_reset(&io_fds);
array_reset(&io_pollfds);
}