aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/libhicnctrl/src/objects/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctrl/libhicnctrl/src/objects/connection.h')
-rw-r--r--ctrl/libhicnctrl/src/objects/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctrl/libhicnctrl/src/objects/connection.h b/ctrl/libhicnctrl/src/objects/connection.h
index 4a4c78f09..1e9bf0376 100644
--- a/ctrl/libhicnctrl/src/objects/connection.h
+++ b/ctrl/libhicnctrl/src/objects/connection.h
@@ -25,6 +25,7 @@
bool hc_connection_is_local(const hc_connection_t *connection);
bool hc_connection_has_local(const hc_connection_t *connection);
+bool hc_connection_has_valid_id(const hc_connection_t *connection);
DECLARE_OBJECT_OPS_H(OBJECT_TYPE_CONNECTION, connection);