]> arthur.barton.de Git - netatalk.git/blobdiff - etc/afpd/volume.c
remove gcc warnings and cleanup inline mess
[netatalk.git] / etc / afpd / volume.c
index 30079cfaec24418bf19acbc22af42a4a9fe73fe7..1dfadcf8ba14b8b8ec9439a00e3decc5e8183fad 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: volume.c,v 1.51.2.7.2.33.2.14 2007-04-11 00:21:23 didg Exp $
+ * $Id: volume.c,v 1.51.2.7.2.33.2.15 2008-11-25 15:16:33 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -186,7 +186,7 @@ static const _vol_opt_name vol_opt_casefold[] = {
 static void handle_special_folders (const struct vol *);
 static int savevoloptions (const struct vol *);
 
-static __inline__ void volfree(struct vol_option *options,
+static void volfree(struct vol_option *options,
                                const struct vol_option *save)
 {
     int i;