3 * Copyright (C) 2010 Adrian Perez <aperez@igalia.com>
5 * Distributed under terms of the MIT license.
12 #include <sys/types.h>
36 #define NO_SIGNAL (-1)
37 #define TASK { NO_PID, \
49 void task_start (task_t *task);
50 void task_signal_dispatch (task_t *task);
51 void task_action_dispatch (task_t *task);
52 void task_signal (task_t *task, int signum);
53 void task_action (task_t *task, action_t action);
55 #endif /* !__task_h__ */
57 /* vim: expandtab tabstop=4 shiftwidth=4