From 1e04ea388f5f673f44503052d0f8873e4017abc3 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Thu, 12 Apr 2001 21:38:06 +0000 Subject: Fix dos2unix/tr problem noted by Larry Doolittle. --- libbb/libbb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb') diff --git a/libbb/libbb.h b/libbb/libbb.h index ec2a3a8ce..bc8e3c5f3 100644 --- a/libbb/libbb.h +++ b/libbb/libbb.h @@ -247,6 +247,6 @@ extern int gz_open(FILE *compressed_file, int *pid); #define CT_AUTO 0 #define CT_UNIX2DOS 1 #define CT_DOS2UNIX 2 -extern int convert(char *fn, int ConvType); +/* extern int convert(char *fn, int ConvType); */ #endif /* __LIBBB_H__ */ -- cgit v1.2.3