X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/75d64210316e5f0e607eecf9abec4dea8151bb2c..8ab2aa9fd51a89e06d92a4f7c3792aaa4a08cc71:/lib/event.h
diff --git a/lib/event.h b/lib/event.h
index 34a6f4d..113666c 100644
--- a/lib/event.h
+++ b/lib/event.h
@@ -2,25 +2,27 @@
* This file is part of DisOrder.
* Copyright (C) 2004, 2007 Richard Kettlewell
*
- * This program is free software; you can redistribute it and/or modify
+ * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
* You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
- * USA
+ * along with this program. If not, see .
+ */
+/** @file lib/event.h
+ * @brief DisOrder event loop
*/
-
#ifndef EVENT_H
#define EVENT_H
+#include
+
typedef struct ev_source ev_source;
struct rusage;
@@ -137,6 +139,8 @@ int ev_child_cancel(ev_source *ev,
pid_t pid);
/* cancel a child callback. */
+void ev_child_killall(ev_source *ev);
+
/* socket listeners ***********************************************************/
typedef int ev_listen_callback(ev_source *ev,