#ifndef PCAPIO_H #define PCAPIO_H #include #include namespace PCAPIO{ std::string pcapio_interfaces(std::map & devmap); } #endif // PCAPIO_H