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 <[email protected]>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:[email protected]?subject=unsubscribe