0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-04 09:38:37 +02:00

Missed declarations

This commit is contained in:
Valery Yatsko 2008-04-02 20:40:38 +04:00
parent 0d89d5cd46
commit 8e09c4a231

View file

@ -52,6 +52,8 @@ static const struct in6_addr in6addr_any =
#endif
static listener_t *ListenerPollList = NULL;
static int accept_precallback(rb_fde_t *F, struct sockaddr *addr, rb_socklen_t addrlen, void *data);
static void accept_callback(rb_fde_t *F, int status, struct sockaddr *addr, rb_socklen_t addrlen, void *data);
static listener_t *
make_listener(struct rb_sockaddr_storage *addr)