Home | History | Annotate | Line # | Download | only in lfs
      1  1.1  christos /*	$NetBSD: lfs_extern.h,v 1.1 2024/01/20 16:28:43 christos Exp $	*/
      2  1.1  christos 
      3  1.1  christos #ifndef _COMPAT_UFS_LFS_LFS_EXTERN_H_
      4  1.1  christos #define _COMPAT_UFS_LFS_LFS_EXTERN_H_
      5  1.1  christos 
      6  1.1  christos __BEGIN_DECLS
      7  1.1  christos #ifndef _KERNEL
      8  1.1  christos int lfs_segwait(fsid_t *, struct timeval50 *);
      9  1.1  christos int __lfs_segwait50(fsid_t *, struct timeval *);
     10  1.1  christos #endif
     11  1.1  christos __END_DECLS
     12  1.1  christos 
     13  1.1  christos #endif /* !_COMPAT_UFS_LFS_LFS_EXTERN_H_ */
     14