update return interface

This commit is contained in:
rsc 2005-01-16 21:28:44 +00:00
parent 32053cdfb3
commit 10f14b04f3
2 changed files with 29 additions and 20 deletions

View file

@ -722,10 +722,10 @@ extern int unmount(char*, char*);
*/
extern int noted(int);
extern int notify(void(*)(void*, char*));
extern void noteenable(char*);
extern void notedisable(char*);
extern void notifyon(char*);
extern void notifyoff(char*);
extern int noteenable(char*);
extern int notedisable(char*);
extern int notifyon(char*);
extern int notifyoff(char*);
extern int p9open(char*, int);
extern int fd2path(int, char*, int);
extern int p9pipe(int*);