=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: wpcap: Fix spec file to not print empty buffers.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 18 16:08:48 CDT 2014


Module: wine
Branch: master
Commit: d1e780f2d2dc7b2f64e1dae264676e2c63725760
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d1e780f2d2dc7b2f64e1dae264676e2c63725760

Author: André Hentschel <nerv at dawncrow.de>
Date:   Fri Aug 15 21:52:27 2014 +0200

wpcap: Fix spec file to not print empty buffers.

---

 dlls/wpcap/wpcap.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/wpcap/wpcap.spec b/dlls/wpcap/wpcap.spec
index 75a5bfd..c0ba15e 100644
--- a/dlls/wpcap/wpcap.spec
+++ b/dlls/wpcap/wpcap.spec
@@ -24,7 +24,7 @@
 @ stub pcap_dump_open
 @ stub pcap_file
 @ stub pcap_fileno
-@ cdecl pcap_findalldevs(ptr str) wine_pcap_findalldevs
+@ cdecl pcap_findalldevs(ptr ptr) wine_pcap_findalldevs
 @ stub pcap_findalldevs_ex
 @ cdecl pcap_freealldevs(ptr) wine_pcap_freealldevs
 @ stub pcap_freecode
@@ -37,8 +37,8 @@
 @ stub pcap_list_datalinks
 @ stub pcap_live_dump
 @ stub pcap_live_dump_ended
-@ cdecl pcap_lookupdev(str) wine_pcap_lookupdev
-@ cdecl pcap_lookupnet(str ptr ptr str) wine_pcap_lookupnet
+@ cdecl pcap_lookupdev(ptr) wine_pcap_lookupdev
+@ cdecl pcap_lookupnet(str ptr ptr ptr) wine_pcap_lookupnet
 @ stub pcap_loop
 @ cdecl pcap_major_version(ptr) wine_pcap_major_version
 @ cdecl pcap_minor_version(ptr) wine_pcap_minor_version
@@ -49,7 +49,7 @@
 @ stub pcap_offline_read
 @ stub pcap_open
 @ stub pcap_open_dead
-@ cdecl pcap_open_live(str long long long str) wine_pcap_open_live
+@ cdecl pcap_open_live(str long long long ptr) wine_pcap_open_live
 @ stub pcap_open_offline
 @ stub pcap_parsesrcstr
 @ stub pcap_perror




More information about the wine-cvs mailing list