(full_write): Remove decl; not needed.
authorJim Meyering <jim@meyering.net>
Fri, 31 Aug 2001 07:42:30 +0000 (07:42 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 31 Aug 2001 07:42:30 +0000 (07:42 +0000)
src/tee.c

index f9d4c19888611490d7a336c8ba3d92bc55d7ecaf..cd1071325617d436c8e1d314ab5b144c521d46da 100644 (file)
--- a/src/tee.c
+++ b/src/tee.c
@@ -1,5 +1,5 @@
 /* tee - read from standard input and write to standard output and files.
-   Copyright (C) 85,1990-2000 Free Software Foundation, Inc.
+   Copyright (C) 85,1990-2001 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -32,8 +32,6 @@
 
 #define AUTHORS N_ ("Mike Parker, Richard M. Stallman, and David MacKenzie")
 
-int full_write ();
-
 static int tee PARAMS ((int nfiles, const char **files));
 
 /* If nonzero, append to output files rather than truncating them. */