]> git.saurik.com Git - apple/libc.git/blobdiff - include/ttyent.h
Libc-320.tar.gz
[apple/libc.git] / include / ttyent.h
index 449e93e350897bdc1976a443cbbf7d643e5b195d..9e56ce7ef751fdb64bb7532c4809f527870ed6a3 100644 (file)
@@ -85,10 +85,10 @@ struct ttyent {
 #include <sys/cdefs.h>
 
 __BEGIN_DECLS
-struct ttyent *getttyent __P((void));
-struct ttyent *getttynam __P((const char *));
-int setttyent __P((void));
-int endttyent __P((void));
+struct ttyent *getttyent(void);
+struct ttyent *getttynam(const char *);
+int setttyent(void);
+int endttyent(void);
 __END_DECLS
 
 #endif /* !_TTYENT_H_ */