summaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'user.h')
-rw-r--r--user.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/user.h b/user.h
index 52b804b..6022bc9 100644
--- a/user.h
+++ b/user.h
@@ -14,9 +14,10 @@ int exec(char *, char **);
int open(char *, int);
int mknod (char*,short,short,short);
int unlink (char*);
-struct stat;
int fstat (int fd, struct stat *stat);
int link(char *, char *);
+int mkdir(char *);
+int stat(char *, struct stat *stat);
int puts(char*);
char* strcpy(char*, char*);