]> The Tcpdump Group git mirrors - libpcap/commit
Add a pcap-dbus.h header and include it in pcap-dbus.c and pcap.c.
authorGuy Harris <[email protected]>
Fri, 12 Apr 2013 17:58:08 +0000 (10:58 -0700)
committerGuy Harris <[email protected]>
Fri, 12 Apr 2013 17:58:08 +0000 (10:58 -0700)
commitde111152d951bee96deb6ac608b812937db9c433
tree831c21e88f448121702da301453e5aad17c038b2
parentc58572138aef5bce693db0f77ccaf4c5a566376d
Add a pcap-dbus.h header and include it in pcap-dbus.c and pcap.c.

That way, we ensure that the same function prototypes are seen when
dbus_create() and dbus_findalldevs() are defined and when they're used.

Also, add pcap-dbus.c to the list of "extra" files in Makefile.in, so it
goes into the release tarball.
Makefile.in
pcap-dbus.c
pcap-dbus.h [new file with mode: 0644]
pcap.c