summaryrefslogtreecommitdiff
path: root/src/pathchk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathchk.c')
-rw-r--r--src/pathchk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pathchk.c b/src/pathchk.c
index 3e223aa5a..fe3b39cb1 100644
--- a/src/pathchk.c
+++ b/src/pathchk.c
@@ -91,8 +91,8 @@
char *xstrdup ();
-static int validate_path __P ((char *path, int portability));
-static void usage __P ((int status));
+static int validate_path PARAMS ((char *path, int portability));
+static void usage PARAMS ((int status));
/* The name this program was run with. */
char *program_name;