add Berkeley copyright for consistency
[unix-history] / usr / src / include / fstab.h
index f91f9a3..09e89fc 100644 (file)
@@ -14,7 +14,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)fstab.h     5.2 (Berkeley) %G%
+ *     @(#)fstab.h     5.4 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -48,6 +48,5 @@ struct        fstab{
 struct fstab *getfsent();
 struct fstab *getfsspec();
 struct fstab *getfsfile();
 struct fstab *getfsent();
 struct fstab *getfsspec();
 struct fstab *getfsfile();
-struct fstab *getfstype();
 int    setfsent();
 int    setfsent();
-int    endfsent();
+void   endfsent();