summaryrefslogtreecommitdiff
path: root/src/include/gnunet_os_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_os_lib.h')
-rw-r--r--src/include/gnunet_os_lib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunet_os_lib.h b/src/include/gnunet_os_lib.h
index 715061161..328f20c35 100644
--- a/src/include/gnunet_os_lib.h
+++ b/src/include/gnunet_os_lib.h
@@ -339,6 +339,13 @@ GNUNET_OS_install_parent_control_handler (void *cls,
339 const struct 339 const struct
340 GNUNET_SCHEDULER_TaskContext * tc); 340 GNUNET_SCHEDULER_TaskContext * tc);
341 341
342/**
343 * Called everty time the parent process sends a signal
344 */
345void
346parent_control_handler (void *cls,
347 const struct
348 GNUNET_SCHEDULER_TaskContext * tc);
342 349
343/** 350/**
344 * Check whether an executable exists and possibly 351 * Check whether an executable exists and possibly