summaryrefslogtreecommitdiff
path: root/iconv/iconv_prog.h
diff options
context:
space:
mode:
Diffstat (limited to 'iconv/iconv_prog.h')
-rw-r--r--iconv/iconv_prog.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/iconv/iconv_prog.h b/iconv/iconv_prog.h
index c6c289521f..3273ad6125 100644
--- a/iconv/iconv_prog.h
+++ b/iconv/iconv_prog.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2016 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
@@ -20,11 +20,9 @@
#define _ICONV_PROG_H 1
#include <stdio.h>
-#include <charmap.h>
-
-/* Nonzero if verbose ouput is wanted. */
-extern int verbose;
+#include <charmap.h>
+#include <record-status.h>
/* If nonzero omit invalid character from output. */
extern int omit_invalid;