aboutsummaryrefslogtreecommitdiff
path: root/pcap-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-int.h')
-rw-r--r--pcap-int.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcap-int.h b/pcap-int.h
index f612913e..c0ae4883 100644
--- a/pcap-int.h
+++ b/pcap-int.h
@@ -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()".
*