mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Move some prototypes to nsock_internal.h
This commit is contained in:
parent
82586d6327
commit
3f64103cf0
15 changed files with 17 additions and 97 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue