summaryrefslogtreecommitdiff
path: root/rootdir.h
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir.h')
-rw-r--r--rootdir.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/rootdir.h b/rootdir.h
index a764b0f..0caee25 100644
--- a/rootdir.h
+++ b/rootdir.h
@@ -1,2 +1,4 @@
-error_t
-rootdir_create_node (struct node **np);
+#include <ps.h>
+
+struct node *
+rootdir_make_node (struct ps_context *pc);