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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user