mirror of
https://github.com/adulau/ssldump.git
synced 2024-12-04 23:37:12 +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
|