mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-07 12:06:27 +00:00
8 lines
84 B
C
8 lines
84 B
C
|
#ifndef _pcap_logger_h
|
||
|
#define _pcap_logger_h
|
||
|
|
||
|
extern logger_mod pcap_mod;
|
||
|
|
||
|
#endif
|
||
|
|