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