forward declaration of groupchange

This commit is contained in:
Charles Forsyth 2015-10-04 21:43:49 +01:00
parent 970b17b5bd
commit 844c96ed07
1 changed files with 1 additions and 0 deletions

1
u9fs.c
View File

@ -73,6 +73,7 @@ void* erealloc(void*, size_t);
char* estrdup(char*);
char* estrpath(char*, char*, int);
int okuser(char*);
int groupchange(User*, User*, char**);
void rversion(Fcall*, Fcall*);
void rauth(Fcall*, Fcall*);