mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 01:19:03 +00:00
Make netutil_fatal return void.
This commit is contained in:
@@ -114,7 +114,7 @@ enum { OP_FAILURE = -1, OP_SUCCESS = 0 };
|
||||
#define IPPROTO_SCTP 132
|
||||
#endif
|
||||
|
||||
int netutil_fatal(const char *str, ...)
|
||||
void netutil_fatal(const char *str, ...)
|
||||
__attribute__ ((noreturn))
|
||||
__attribute__ ((format (printf, 1, 2)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user