SHUTDOWN
[oweals/gnunet.git] / src / include / gnunet_os_lib.h
index 5326e20cf3e10134afa46c73cf71659536b6fc4a..7bd65adcbde19279c789c1611446ba59703acb45 100644 (file)
@@ -274,6 +274,14 @@ int GNUNET_OS_process_status (struct GNUNET_OS_Process *proc,
 int GNUNET_OS_process_wait (struct GNUNET_OS_Process *proc);
 
 
+/**
+ * Connects this process to its parent via pipe
+ */
+void
+GNUNET_OS_install_parent_control_handler (void *cls,
+                                          const struct
+                                          GNUNET_SCHEDULER_TaskContext * tc);
+
 #if 0                           /* keep Emacsens' auto-indent happy */
 {
 #endif