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

10 lines
140 B
C
Raw Normal View History

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