summaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'user.h')
-rw-r--r--user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/user.h b/user.h
index 16664ca..cf98816 100644
--- a/user.h
+++ b/user.h
@@ -10,7 +10,7 @@ int block(void);
int kill(int);
int panic(char*);
int cons_puts(char*);
-
+int mknod (char*,short,short,short);
int puts(char*);
int puts1(char*);
char* strcpy(char*, char*);