diff options
Diffstat (limited to 'tiff/tools/tiffsplit.c')
-rw-r--r-- | tiff/tools/tiffsplit.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tiff/tools/tiffsplit.c b/tiff/tools/tiffsplit.c index c4fa2478..c8b7f2dd 100644 --- a/tiff/tools/tiffsplit.c +++ b/tiff/tools/tiffsplit.c @@ -1,5 +1,3 @@ -/* $Id: tiffsplit.c,v 1.23 2015-05-28 13:10:26 bfriesen Exp $ */ - /* * Copyright (c) 1992-1997 Sam Leffler * Copyright (c) 1992-1997 Silicon Graphics, Inc. @@ -33,7 +31,7 @@ #include "tiffio.h" #ifndef HAVE_GETOPT -extern int getopt(int, char**, char*); +extern int getopt(int argc, char * const argv[], const char *optstring); #endif #define CopyField(tag, v) \ |