diff options
Diffstat (limited to 'proclist.h')
-rw-r--r-- | proclist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proclist.h b/proclist.h new file mode 100644 index 00000000..a766d50e --- /dev/null +++ b/proclist.h @@ -0,0 +1,2 @@ +#include <hurd/hurd_types.h> +struct node *proclist_make_node (process_t process); |