=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/fstab.h,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/include/fstab.h 1997/09/21 10:45:34 1.3 --- src/include/fstab.h 2002/02/16 21:27:17 1.4 *************** *** 1,4 **** ! /* $OpenBSD: fstab.h,v 1.3 1997/09/21 10:45:34 niklas Exp $ */ /* $NetBSD: fstab.h,v 1.3 1994/10/26 00:55:53 cgd Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: fstab.h,v 1.4 2002/02/16 21:27:17 millert Exp $ */ /* $NetBSD: fstab.h,v 1.3 1994/10/26 00:55:53 cgd Exp $ */ /* *************** *** 72,82 **** #include __BEGIN_DECLS ! struct fstab *getfsent __P((void)); ! struct fstab *getfsspec __P((const char *)); ! struct fstab *getfsfile __P((const char *)); ! int setfsent __P((void)); ! void endfsent __P((void)); __END_DECLS #endif /* !_FSTAB_H_ */ --- 72,82 ---- #include __BEGIN_DECLS ! struct fstab *getfsent(void); ! struct fstab *getfsspec(const char *); ! struct fstab *getfsfile(const char *); ! int setfsent(void); ! void endfsent(void); __END_DECLS #endif /* !_FSTAB_H_ */