diff options
Diffstat (limited to 'coreutils/dos2unix.c')
-rw-r--r-- | coreutils/dos2unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c index 1ed8771c0..62c1361b2 100644 --- a/coreutils/dos2unix.c +++ b/coreutils/dos2unix.c @@ -82,6 +82,7 @@ static int convert(char *fn) return 0; } +int dos2unix_main(int argc, char *argv[]); int dos2unix_main(int argc, char *argv[]) { int o; |