diff options
Diffstat (limited to 'rootdir.h')
-rw-r--r-- | rootdir.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,2 +1,4 @@ -error_t -rootdir_create_node (struct node **np); +#include <ps.h> + +struct node * +rootdir_make_node (struct ps_context *pc); |