summaryrefslogtreecommitdiff
path: root/echld/echld-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'echld/echld-util.h')
-rw-r--r--echld/echld-util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/echld/echld-util.h b/echld/echld-util.h
index a1a625d570..2d7e9de4d8 100644
--- a/echld/echld-util.h
+++ b/echld/echld-util.h
@@ -30,6 +30,10 @@
extern "C" {
#endif
+typedef void (*echld_close_cb_t)(const char* error, void* data);
+WS_DLL_PUBLIC echld_state_t echld_close(int child_id, echld_close_cb_t pcb, void* cb_data);
+
+
typedef void (*echld_ping_cb_t)(long usec, void* data);
WS_DLL_PUBLIC echld_state_t echld_ping(int child_id, echld_ping_cb_t pcb, void* cb_data);