/*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2002 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
*
* @(#)mfs_extern.h 8.2 (Berkeley) 6/16/94
*/
+#ifndef __UFS_MFS_MFS_EXTERN_H__
+#define __UFS_MFS_MFS_EXTERN_H__
+#include <sys/appleapiopts.h>
+
+#ifdef __APPLE_API_OBSOLETE
struct buf;
struct mount;
struct nameidata;
int mfs_statfs __P((struct mount *mp, struct statfs *sbp, struct proc *p));
int mfs_strategy __P((struct vop_strategy_args *)); /* XXX */
__END_DECLS
+#endif /* __APPLE_API_OBSOLETE */
+#endif /* __UFS_MFS_MFS_EXTERN_H__ */