mirror of
https://github.com/DanielBroad/AVCSniffer
synced 2025-06-07 07:56:29 +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
|