1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Add prototype for coda_pathconf() that I missed in the previous commit.

This commit is contained in:
Tim J. Robbins 2003-03-05 13:48:51 +00:00
parent ca49234e7c
commit 9d3570325d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111908
2 changed files with 2 additions and 0 deletions

View File

@ -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);

View File

@ -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);