]> arthur.barton.de Git - netatalk.git/blobdiff - etc/uams/uams_guest.c
Build fixes for the Kerberos UAM
[netatalk.git] / etc / uams / uams_guest.c
index 00f90ece0972ee01670d5cc1eee55879d6795b35..baaf9eb2e611560d4360dc713905acb767fc73fd 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: uams_guest.c,v 1.18 2009-11-08 01:07:17 didg Exp $
  *
  * (c) 2001 (see COPYING)
  */
@@ -122,7 +121,7 @@ static int noauth_printer(char *start, char *stop, char *username, struct papfil
 }
 
 
-static int uam_setup(const char *path)
+static int uam_setup(void *handle, const char *path)
 {
   if (uam_register(UAM_SERVER_LOGIN_EXT, path, "No User Authent",
                    noauth_login, NULL, NULL, noauth_login_ext) < 0)