Loading...
--- Libc/Libc-320.1.3/include/regexp.h
+++ Libc/Libc-262.3.2/include/regexp.h
@@ -2,6 +2,8 @@
* Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
*
* @APPLE_LICENSE_HEADER_START@
+ *
+ * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source License
@@ -82,10 +84,10 @@
#include <sys/cdefs.h>
__BEGIN_DECLS
-regexp *regcomp(const char *);
-int regexec(const regexp *, const char *);
-void regsub(const regexp *, const char *, char *);
-void regerror(const char *);
+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 *));
__END_DECLS
#endif /* !_REGEXP_H_ */