1
0
mirror of https://github.com/DanielBroad/AVCSniffer synced 2025-06-07 07:56:29 +00:00
AVCSniffer/sniffit.h
2013-02-17 17:57:34 +00:00

10 lines
278 B
C
Executable File

#ifndef __SNIFFIT_H
#define __SNIFFIT_H
//------------------------------------------------------------------------------
void ShowInMessage();
void ShowOutMessage(int broadcast);
//------------------------------------------------------------------------------
#endif