1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-11 18:29:03 +00:00

Move some prototypes to nsock_internal.h

This commit is contained in:
dmiller
2024-11-13 19:15:10 +00:00
parent 82586d6327
commit 3f64103cf0
15 changed files with 17 additions and 97 deletions

View File

@@ -97,21 +97,6 @@ struct io_engine engine_kqueue = {
/* --- INTERNAL PROTOTYPES --- */
static void iterate_through_event_lists(struct npool *nsp, int evcount);
/* defined in nsock_core.c */
void process_iod_events(struct npool *nsp, struct niod *nsi, int ev);
void process_event(struct npool *nsp, gh_list_t *evlist, struct nevent *nse, int ev);
void process_expired_events(struct npool *nsp);
#if HAVE_PCAP
int pcap_read_on_nonselect(struct npool *nsp);
void iterate_through_pcap_events(struct npool *nsp);
#endif
/* defined in nsock_event.c */
void update_first_events(struct nevent *nse);
extern struct timeval nsock_tod;
/*
* Engine specific data structure