#pragma once #include "pcpa.h" void pcptPrint(pcpt_t* stream, char* name); void pcppPrint(pcpp_t* stream); void pcpaPrint(pcpa_t* stream);