mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Remove another nmap.h include
This commit is contained in:
@@ -125,7 +125,8 @@
|
|||||||
#ifndef NMAP_FTP_H
|
#ifndef NMAP_FTP_H
|
||||||
#define NMAP_FTP_H
|
#define NMAP_FTP_H
|
||||||
|
|
||||||
#include "nmap.h" /* u16 */
|
#include "nbase.h" /* u16 */
|
||||||
|
class Target;
|
||||||
|
|
||||||
/* How do we want to log into ftp sites for */
|
/* How do we want to log into ftp sites for */
|
||||||
#define FTPUSER "anonymous"
|
#define FTPUSER "anonymous"
|
||||||
|
|||||||
Reference in New Issue
Block a user