Wireshark mailing list archives

Re: [Wireshark-commits] rev 40321: /trunk/ /trunk/epan/: base64.h epan.h epan_dissect.h ex-opt.h prefs.h strutil.h timestamp.h tvbuff.h /trunk/gtk/: recent.h /trunk/: airpcap_loader.h capture-pcap-util.h capture-wpcap.h capture.h ...


From: Guy Harris <guy () alum mit edu>
Date: Sat, 31 Dec 2011 12:21:50 -0800


On Dec 31, 2011, at 2:25 AM, Jaap Keuter wrote:

So, if this becomes relevant it should be mentioned in doc/README.developer as well.
(Not the Qt bit, but the (ugly) C++ interfacing stuff)

I.e., tell developers who are adding header files to wrap all C declarations etc. inside

        #ifdef __cplusplus
        extern "C" {
        #endif /* __cplusplus */

and

        #ifdef __cplusplus
        }
        #endif /* __cplusplus */

(which isn't *too* horribly ugly)?
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: