aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/hexl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/hexl.c')
-rw-r--r--lib-src/hexl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib-src/hexl.c b/lib-src/hexl.c
index c183af7add4..bd6220e0ba5 100644
--- a/lib-src/hexl.c
+++ b/lib-src/hexl.c
@@ -12,11 +12,6 @@
12#define TRUE (1) 12#define TRUE (1)
13#define FALSE (0) 13#define FALSE (0)
14 14
15#ifndef MSDOS
16/* Defined volatile by std.h in MsDos. */
17extern void exit (), perror ();
18#endif
19
20int base = DEFAULT_BASE, un_flag = FALSE, iso_flag = FALSE, endian = 1; 15int base = DEFAULT_BASE, un_flag = FALSE, iso_flag = FALSE, endian = 1;
21int group_by = DEFAULT_GROUPING; 16int group_by = DEFAULT_GROUPING;
22char *progname; 17char *progname;