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

8 lines
135 B
C
Raw Normal View History

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