From eb6e160cb9a4998861ae84fa7b2458cbd0e07d7c Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 29 Sep 2020 18:05:06 +0000 Subject: [PATCH] Add missing prototype --- nsock/src/engine_iocp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nsock/src/engine_iocp.c b/nsock/src/engine_iocp.c index bb76f542a..419e7a09f 100644 --- a/nsock/src/engine_iocp.c +++ b/nsock/src/engine_iocp.c @@ -153,6 +153,7 @@ struct extended_overlapped { /* --- INTERNAL PROTOTYPES --- */ static void iterate_through_event_lists(struct npool *nsp); +static void iterate_through_pcap_events(struct npool *nsp); static void terminate_overlapped_event(struct npool *nsp, struct nevent *nse); static void initiate_overlapped_event(struct npool *nsp, struct nevent *nse); static int get_overlapped_result(struct npool *nsp, int fd, const void *buffer, size_t count);