summaryrefslogtreecommitdiff
path: root/src/date.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/date.c')
-rw-r--r--src/date.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/date.c b/src/date.c
index 76833e3fb..b24e09c0a 100644
--- a/src/date.c
+++ b/src/date.c
@@ -39,8 +39,8 @@ int stime ();
char *xstrdup ();
time_t posixtime ();
-static void show_date __P ((const char *format, time_t when));
-static void usage __P ((int status));
+static void show_date PARAMS ((const char *format, time_t when));
+static void usage PARAMS ((int status));
/* The name this program was run with, for error messages. */
char *program_name;