summaryrefslogtreecommitdiff
path: root/proclist.h
diff options
context:
space:
mode:
Diffstat (limited to 'proclist.h')
-rw-r--r--proclist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proclist.h b/proclist.h
index a766d50..1c7ab08 100644
--- a/proclist.h
+++ b/proclist.h
@@ -1,2 +1,2 @@
#include <hurd/hurd_types.h>
-struct node *proclist_make_node (process_t process);
+error_t proclist_create_node (process_t procserv, struct node **np);