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

8 lines
132 B
C
Raw Normal View History

2024-02-26 08:35:54 -08:00
#ifndef PROTO_POP3_H
#define PROTO_POP3_H
#include "proto-banner1.h"
extern const struct ProtocolParserStream banner_pop3;
#endif