]> arthur.barton.de Git - netatalk.git/blobdiff - bin/afile/afile.c
remove pre ansi declarations
[netatalk.git] / bin / afile / afile.c
index ee1487ade6339622a75a2922fde93cee40db158c..4cf8a353515b257da01e288748f374b23286bc5f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: afile.c,v 1.4 2001-06-29 14:14:46 rufustfirefly Exp $
+ * $Id: afile.c,v 1.6 2009-10-13 22:55:36 didg Exp $
  *
     afile - determine the MacOS creator/type of files
 
@@ -52,9 +52,6 @@
 
 #include "common.h"
 
-/* Please change this whenever you change this file. */
-#define AFILE_VERSION "1.0.0"
-
 /* Possible return types. These are taken from the original afile for
  * compatibility.
  */
@@ -95,9 +92,9 @@ void help(char *prog)
 }
 
 /* Print the version. */
-void version()
+void version(void)
 {
-  fprintf(stderr, "afile " AFILE_VERSION " (netatalk " VERSION ")\n");
+  fprintf(stderr, "afile (netatalk " VERSION ")\n");
 }
 
 /* Argument Handling