]> arthur.barton.de Git - netatalk.git/blobdiff - etc/papd/auth.c
remove pre ansi declarations
[netatalk.git] / etc / papd / auth.c
index 560f2b013c59f6821a4c2bce3089e862ba551ef2..a8ba6fd6d69f54e491aa7df514e62ce8b9ba6ac6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: auth.c,v 1.8 2009-02-02 16:04:33 didg Exp $
+ * $Id: auth.c,v 1.9 2009-10-13 22:55:37 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -126,7 +126,7 @@ int auth_load(const char *path, const char *list)
 }
 
 /* get rid of all of the uams */
-void auth_unload()
+void auth_unload(void)
 {
   struct uam_mod *mod, *prev, *start = &uam_modules;