]> git.saurik.com Git - apple/libc.git/blobdiff - include/regexp.h
Libc-339.tar.gz
[apple/libc.git] / include / regexp.h
index 3e90e4a187f976605adae4f0a746b2d868544a0a..d086d624ca2b1a89273b83645415e428549a8185 100644 (file)
@@ -84,10 +84,10 @@ typedef struct regexp {
 #include <sys/cdefs.h>
 
 __BEGIN_DECLS
-regexp *regcomp __P((const char *));
-int regexec __P((const  regexp *, const char *));
-void regsub __P((const  regexp *, const char *, char *));
-void regerror __P((const char *));
+regexp *regcomp(const char *);
+int regexec(const  regexp *, const char *);
+void regsub(const  regexp *, const char *, char *);
+void regerror(const char *);
 __END_DECLS
 
 #endif /* !_REGEXP_H_ */