X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=bin%2Fafile%2Fafile.c;h=4cf8a353515b257da01e288748f374b23286bc5f;hb=815d557e167e76015934397dffbfa869180dcdbc;hp=ee1487ade6339622a75a2922fde93cee40db158c;hpb=a4772fa50378fb23354fc515ca237d9957f77ed7;p=netatalk.git diff --git a/bin/afile/afile.c b/bin/afile/afile.c index ee1487ad..4cf8a353 100644 --- a/bin/afile/afile.c +++ b/bin/afile/afile.c @@ -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