aboutsummaryrefslogtreecommitdiff
path: root/src/transport/ipc/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/ipc/ipc.h')
-rw-r--r--src/transport/ipc/ipc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/ipc/ipc.h b/src/transport/ipc/ipc.h
index f19762c7..4c4c5708 100644
--- a/src/transport/ipc/ipc.h
+++ b/src/transport/ipc/ipc.h
@@ -14,6 +14,6 @@
// ipc transport. This is used for inter-process communication on
// the same host computer.
-extern int nng_ipc_register(void);
+NNG_DECL int nng_ipc_register(void);
#endif // NNG_TRANSPORT_IPC_IPC_H