Add prototype for coda_pathconf() that I missed in the previous commit.
This commit is contained in:
parent
27cd504d36
commit
ca36cee9d8
@ -78,6 +78,7 @@ int coda_islocked(void *);
|
||||
int coda_vop_error(void *);
|
||||
int coda_vop_nop(void *);
|
||||
int coda_fbsd_getpages (void *);
|
||||
int coda_pathconf(void *);
|
||||
|
||||
int coda_rdwr(struct vnode *vp, struct uio *uiop, enum uio_rw rw,
|
||||
int ioflag, struct ucred *cred, struct thread *td);
|
||||
|
@ -78,6 +78,7 @@ int coda_islocked(void *);
|
||||
int coda_vop_error(void *);
|
||||
int coda_vop_nop(void *);
|
||||
int coda_fbsd_getpages (void *);
|
||||
int coda_pathconf(void *);
|
||||
|
||||
int coda_rdwr(struct vnode *vp, struct uio *uiop, enum uio_rw rw,
|
||||
int ioflag, struct ucred *cred, struct thread *td);
|
||||
|
Loading…
x
Reference in New Issue
Block a user