]> arthur.barton.de Git - netatalk.git/commitdiff
define append as UAM_MODULE_EXPORT
authordidg <didg>
Sun, 8 Nov 2009 01:07:17 +0000 (01:07 +0000)
committerdidg <didg>
Sun, 8 Nov 2009 01:07:17 +0000 (01:07 +0000)
etc/uams/uams_guest.c
etc/uams/uams_pam.c
etc/uams/uams_passwd.c

index 02ce34f7790dfb1fb4545f097e652d8d614a2847..0b5019e0e7e4d0214cb4db90250553742e138210 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: uams_guest.c,v 1.17 2009-10-15 11:39:48 didg Exp $
+ * $Id: uams_guest.c,v 1.18 2009-11-08 01:07:17 didg Exp $
  *
  * (c) 2001 (see COPYING)
  */
@@ -40,7 +40,7 @@ char *strchr (), *strrchr ();
 
 /*XXX in etc/papd/file.h */
 struct papfile;
-extern void append(struct papfile *, const char *, int);
+extern UAM_MODULE_EXPORT void append(struct papfile *, const char *, int);
 
 /* login and login_ext are almost the same */
 static int noauth_login(void *obj, struct passwd **uam_pwd,
index 25ee5814b3ae440231bea067e65025fba1fe1f4e..081e893ed1d4a0887ffa1d8a14e706327b79dd85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: uams_pam.c,v 1.22 2009-11-05 14:38:07 franklahm Exp $
+ * $Id: uams_pam.c,v 1.23 2009-11-08 01:07:17 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) 
@@ -61,7 +61,7 @@ static char *PAM_password;
 
 /*XXX in etc/papd/file.h */
 struct papfile;
-extern void append(struct papfile *, const char *, int);
+extern UAM_MODULE_EXPORT void append(struct papfile *, const char *, int);
 
 /* PAM conversation function
  * Here we assume (for now, at least) that echo on means login name, and
index 3e8333b0fc80252798979833b4206ba5f3590ea0..71e31787a1307fb6b7931336fa77e7e820fc94c8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: uams_passwd.c,v 1.28 2009-11-05 14:38:07 franklahm Exp $
+ * $Id: uams_passwd.c,v 1.29 2009-11-08 01:07:17 didg Exp $
  *
  * Copyright (c) 1990,1993 Regents of The University of Michigan.
  * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu) 
@@ -73,7 +73,7 @@ static const char *clientname;
 
 /*XXX in etc/papd/file.h */
 struct papfile;
-extern void append(struct papfile *, const char *, int);
+extern UAM_MODULE_EXPORT void append(struct papfile *, const char *, int);
 
 static int pwd_login(void *obj, char *username, int ulen, struct passwd **uam_pwd,
                         char *ibuf, size_t ibuflen,