masscan-mark-ii/src/proto-ftp.h

8 lines
129 B
C
Raw Normal View History

2024-02-26 16:35:54 +00:00
#ifndef PROTO_FTP_H
#define PROTO_FTP_H
#include "proto-banner1.h"
extern const struct ProtocolParserStream banner_ftp;
#endif