diff options
author | Guy Harris <gharris@sonic.net> | 2020-07-03 00:37:54 -0700 |
---|---|---|
committer | Guy Harris <gharris@sonic.net> | 2020-07-03 00:37:54 -0700 |
commit | 853c2508d54d1c270a97cb6101bbbbd17ce2c74d (patch) | |
tree | 4e1068ad95fc7135519392f3899b441eef9a8f60 /pcap-int.h | |
parent | bb04dd63b2f647244991ffeef6d8d14cae69b36f (diff) |
OK, see if *this* fixes the link error.
[skip ci]
Diffstat (limited to 'pcap-int.h')
-rw-r--r-- | pcap-int.h | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -483,6 +483,16 @@ void pcap_cleanup_live_common(pcap_t *); int pcap_check_activated(pcap_t *); void pcap_breakloop_common(pcap_t *); +#ifdef _WI32 +/* + * XXX - TEMPORARY TO FIGURE OUT WHY WE'RE NOT GETTING WARNINGS ABOUT + * ASSIGNMENT OF A POINTER TO CONST CHAR VALUE TO A POINTER TO CHAR + * VARIABLE. + */ +LPCSTR PacketGetLPCSTR(void); +const char *PacketGetConstCharStar(void); +#endif + /* * Internal interfaces for "pcap_findalldevs()". * |