Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'nslcd/common.h')
-rw-r--r--nslcd/common.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/nslcd/common.h b/nslcd/common.h
index e2490ad..f6a72b9 100644
--- a/nslcd/common.h
+++ b/nslcd/common.h
@@ -85,7 +85,6 @@ int nslcd_service_all(TFILE *fp,MYLDAP_SESSION *session);
int nslcd_shadow_byname(TFILE *fp,MYLDAP_SESSION *session);
int nslcd_shadow_all(TFILE *fp,MYLDAP_SESSION *session);
-int mkfilter_passwd_byname(const char *name,
- char *buffer,size_t buflen);
+char *passwd_username2dn(MYLDAP_SESSION *session,const char *username);
#endif /* not _SERVER_COMMON_H */