1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 12:19:02 +00:00

Removed another forgotten vestige of nsock_trace.

This commit is contained in:
henri
2013-01-23 22:06:35 +00:00
parent 0e5e939c00
commit a7f2788b26

View File

@@ -444,8 +444,6 @@ void handle_timer_result(mspool *ms, msevent *nse, enum nse_status status);
void handle_pcap_read_result(mspool *ms, msevent *nse, enum nse_status status);
#endif
void nsock_trace(mspool *ms, char *fmt, ...) __attribute__ ((format (printf, 2, 3)));
/* An event has been completed and the handler is about to be called. This
* function writes out tracing data about the event if necessary */
void nsock_trace_handler_callback(mspool *ms, msevent *nse);