aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw_cn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hnbgw_cn.h')
-rw-r--r--src/hnbgw_cn.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hnbgw_cn.h b/src/hnbgw_cn.h
new file mode 100644
index 0000000..2599fd3
--- /dev/null
+++ b/src/hnbgw_cn.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "hnbgw.h"
+
+struct hnbgw_cnlink *hnbgw_cnlink_init(struct hnb_gw *gw, const char *host, uint16_t port);