aboutsummaryrefslogtreecommitdiff
path: root/include/libc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libc.h')
-rw-r--r--include/libc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libc.h b/include/libc.h
index ff6fd4bc..d91d8906 100644
--- a/include/libc.h
+++ b/include/libc.h
@@ -715,8 +715,8 @@ extern int unmount(char*, char*);
*/
extern int noted(int);
extern int notify(void(*)(void*, char*));
-extern void notifyenable(char*);
-extern void notifydisable(char*);
+extern void noteenable(char*);
+extern void notedisable(char*);
extern void notifyon(char*);
extern void notifyoff(char*);
extern int p9open(char*, int);