freebsd-20030701
[openafs.git] / src / afs / FBSD / osi_prototypes.h
index f4aad3c..d2b3036 100644 (file)
@@ -9,7 +9,7 @@
 /*
  * osi_prototypes.h
  *
- * Exported macos support routines.
+ * Exported support routines.
  */
 #ifndef _OSI_PROTO_H_
 #define _OSI_PROTO_H_
@@ -20,4 +20,8 @@ extern afs_rwlock_t afs_xosi;
 /* osi_misc.c */
 extern int osi_lookupname(char *aname, enum uio_seg seg, int followlink,
                          struct vnode **dirvpp, struct vnode **vpp);
+
+/* osi_vfsops.c */
+extern int afs_statfs(struct mount *mp, struct statfs *abp, struct proc *p);
+
 #endif /* _OSI_PROTO_H_ */