masscan-mark-ii/src/proto-smtp.h
2024-02-26 10:35:54 -06:00

8 lines
132 B
C

#ifndef PROTO_SMTP_H
#define PROTO_SMTP_H
#include "proto-banner1.h"
extern const struct ProtocolParserStream banner_smtp;
#endif