aboutsummaryrefslogtreecommitdiff
path: root/src/transport/zerotier/zerotier.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/zerotier/zerotier.h')
-rw-r--r--src/transport/zerotier/zerotier.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/transport/zerotier/zerotier.h b/src/transport/zerotier/zerotier.h
index 4f10f9be..87325f34 100644
--- a/src/transport/zerotier/zerotier.h
+++ b/src/transport/zerotier/zerotier.h
@@ -110,13 +110,13 @@
// return values from zt_opt_status. We avoid hard coding them as defines,
// to keep applications from baking in values that may change if the
// underlying ZeroTier transport changes.
-extern int nng_zt_network_status_configuring;
-extern int nng_zt_network_status_ok;
-extern int nng_zt_network_status_denied;
-extern int nng_zt_network_status_notfound;
-extern int nng_zt_network_status_error;
-extern int nng_zt_network_status_obsolete;
+NNG_DECL int nng_zt_network_status_configuring;
+NNG_DECL int nng_zt_network_status_ok;
+NNG_DECL int nng_zt_network_status_denied;
+NNG_DECL int nng_zt_network_status_notfound;
+NNG_DECL int nng_zt_network_status_error;
+NNG_DECL int nng_zt_network_status_obsolete;
-extern int nng_zt_register(void);
+NNG_DECL int nng_zt_register(void);
#endif // NNG_TRANSPORT_ZEROTIER_ZEROTIER_H