1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-31 03:49:01 +00:00

Remove declartion of nonexistent myerror.

This commit is contained in:
david
2013-02-22 00:45:54 +00:00
parent 666cda3048
commit 658b8648c6

View File

@@ -77,8 +77,6 @@
void fatal(char *fmt, ...) __attribute__((noreturn));
void myerror(char *fmt, ...);
void pfatal(char *fmt, ...) __attribute__((noreturn));
void gh_perror(char *err, ...);