Stefan Laufmann <stefan.laufmann@xxxxxxxxx> wrote: > I just recently came across libnetfilter_log and used it inside a C++ > application. When compiling/linking the project I ran into problems and > discovered that libnetfilter_log in contrast to e.g. libnetfilter_queue and > libnetfilter_conntrack lacks `extern "C"` statements in the header files. > > Are their reasons for that? Noone sent a patch to add them.