]> arthur.barton.de Git - netatalk.git/blobdiff - etc/uams/uams_pam.c
Build fixes for the Kerberos UAM
[netatalk.git] / etc / uams / uams_pam.c
index 1bbb1cd9f4a63ed88ed5e7affd6cb59a966af1a4..da5be62132a0dd073f53abdc880c6f4e2e06faf6 100644 (file)
@@ -1,5 +1,4 @@
 /*
- * $Id: uams_pam.c,v 1.24 2010-03-30 10:25:49 franklahm Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) 
@@ -446,7 +445,7 @@ static int pam_printer(char *start, char *stop, char *username, struct papfile *
 }
 
 
-static int uam_setup(const char *path)
+static int uam_setup(void *obj, const char *path)
 {
   if (uam_register(UAM_SERVER_LOGIN_EXT, path, "Cleartxt Passwrd", 
                   pam_login, NULL, pam_logout, pam_login_ext) < 0)