]> arthur.barton.de Git - netatalk.git/blobdiff - bin/uniconv/uniconv.c
remove pre ansi declarations
[netatalk.git] / bin / uniconv / uniconv.c
index f75225b9dc92aa9c697392a16c8986383d90abc5..081c4493dfb630c1b3ab60f93043051a45cddfd9 100644 (file)
@@ -411,12 +411,12 @@ static void usage( char * name )
     exit( 1 );
 }
 
-static void print_version ()
+static void print_version (void)
 {
     fprintf( stderr, "uniconv - Netatalk %s\n", VERSION );
 }
 
-static void help ()
+static void help (void)
 {
     fprintf (stdout, "\nuniconv, a tool to convert between various Netatalk volume encodings\n");
     fprintf (stdout, "\nUsage:  uniconv [-ndv] -c cnid -f fromcode -t tocode [-m maccode] path\n\n");