diff options
-rw-r--r-- | include/libbb.h | 5 | ||||
-rw-r--r-- | libbb/libbb.h | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 54e852512..8a5e6756f 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -233,4 +233,9 @@ extern int unzip(FILE *l_in_file, FILE *l_out_file); | |||
233 | extern void gz_close(int gunzip_pid); | 233 | extern void gz_close(int gunzip_pid); |
234 | extern int gz_open(FILE *compressed_file, int *pid); | 234 | extern int gz_open(FILE *compressed_file, int *pid); |
235 | 235 | ||
236 | #define CT_AUTO 0 | ||
237 | #define CT_UNIX2DOS 1 | ||
238 | #define CT_DOS2UNIX 2 | ||
239 | extern int convert(char *fn, int ConvType); | ||
240 | |||
236 | #endif /* __LIBBB_H__ */ | 241 | #endif /* __LIBBB_H__ */ |
diff --git a/libbb/libbb.h b/libbb/libbb.h index 54e852512..8a5e6756f 100644 --- a/libbb/libbb.h +++ b/libbb/libbb.h | |||
@@ -233,4 +233,9 @@ extern int unzip(FILE *l_in_file, FILE *l_out_file); | |||
233 | extern void gz_close(int gunzip_pid); | 233 | extern void gz_close(int gunzip_pid); |
234 | extern int gz_open(FILE *compressed_file, int *pid); | 234 | extern int gz_open(FILE *compressed_file, int *pid); |
235 | 235 | ||
236 | #define CT_AUTO 0 | ||
237 | #define CT_UNIX2DOS 1 | ||
238 | #define CT_DOS2UNIX 2 | ||
239 | extern int convert(char *fn, int ConvType); | ||
240 | |||
236 | #endif /* __LIBBB_H__ */ | 241 | #endif /* __LIBBB_H__ */ |