update return interface
This commit is contained in:
parent
32053cdfb3
commit
10f14b04f3
2 changed files with 29 additions and 20 deletions
|
|
@ -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*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue