summaryrefslogtreecommitdiff
path: root/src/tee.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tee.c')
-rw-r--r--src/tee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tee.c b/src/tee.c
index 38fed6e34..87f31cc29 100644
--- a/src/tee.c
+++ b/src/tee.c
@@ -28,7 +28,7 @@
int full_write ();
-static int tee __P ((int nfiles, const char **files));
+static int tee PARAMS ((int nfiles, const char **files));
/* If nonzero, append to output files rather than truncating them. */
static int append;