mirror of
https://github.com/DanielBroad/AVCSniffer
synced 2025-06-25 16:46:09 +00:00
10 lines
278 B
C
Executable File
10 lines
278 B
C
Executable File
#ifndef __SNIFFIT_H
|
|
#define __SNIFFIT_H
|
|
|
|
//------------------------------------------------------------------------------
|
|
void ShowInMessage();
|
|
void ShowOutMessage(int broadcast);
|
|
|
|
//------------------------------------------------------------------------------
|
|
#endif
|