aboutsummaryrefslogtreecommitdiff
path: root/include/libc.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-27 00:14:43 +0000
committerrsc <devnull@localhost>2004-12-27 00:14:43 +0000
commit678ede7e54bf508991380c0f896fed6005b87ce9 (patch)
treeb19e4111f436df000d84031585beaabb6539c110 /include/libc.h
parente1dc7e4511d4644060d4904dcae50808d966fff7 (diff)
downloadplan9port-678ede7e54bf508991380c0f896fed6005b87ce9.tar.gz
plan9port-678ede7e54bf508991380c0f896fed6005b87ce9.tar.bz2
plan9port-678ede7e54bf508991380c0f896fed6005b87ce9.zip
various changes from plan 9
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);