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

9 lines
143 B
C
Raw Permalink Normal View History

2024-02-26 08:35:54 -08:00
#ifndef PROTO_MC_H
#define PROTO_MC_H
#include "proto-banner1.h"
#include "util-bool.h"
extern struct ProtocolParserStream banner_mc;
#endif