From 6abb328523509d35663f54ee0012254232df4a0a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 21 May 2018 13:27:06 -0700 Subject: fixes #457 Create stub headers for compatibility I actually made these real headers, not stubs While here I made some improvements to the nng_compat man page, to improve the language and also the presentation on some devices. (We were going nuts with the icons, instead, I've made a single new section, called Caveats, that lists a bunch of them.) This should not have any impact on binary compatibility. --- src/compat/nanomsg/nn.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/compat/nanomsg/nn.c') diff --git a/src/compat/nanomsg/nn.c b/src/compat/nanomsg/nn.c index 6d23106c..6755a8ea 100644 --- a/src/compat/nanomsg/nn.c +++ b/src/compat/nanomsg/nn.c @@ -9,6 +9,22 @@ // #include "nn.h" + +// transports +#include "inproc.h" +#include "ipc.h" +#include "tcp.h" +#include "ws.h" + +// protocols +#include "bus.h" +#include "pair.h" +#include "pipeline.h" +#include "pubsub.h" +#include "reqrep.h" +#include "survey.h" + +// underlying NNG headers #include "nng.h" #include "protocol/bus0/bus.h" #include "protocol/pair0/pair.h" -- cgit v1.2.3-70-g09d2