]> git.saurik.com Git - apple/libc.git/blobdiff - include/fstab.h
Libc-320.tar.gz
[apple/libc.git] / include / fstab.h
index 3f3cb93580788caf71df98abc455868d9f558f5e..fdd484a784336de596922f73272e5577c470f5f5 100644 (file)
@@ -93,11 +93,11 @@ struct fstab {
 #include <sys/cdefs.h>
 
 __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));
+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_ */