From 39875788b552ed157e68156e64e95dda5dc6aa43 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 23 Nov 2010 17:43:23 +0100 Subject: Make string_to_shadowpw_days() public --- src/providers/ldap/ldap_common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/providers/ldap/ldap_common.h') diff --git a/src/providers/ldap/ldap_common.h b/src/providers/ldap/ldap_common.h index 5c298d1b2..d24a9839e 100644 --- a/src/providers/ldap/ldap_common.h +++ b/src/providers/ldap/ldap_common.h @@ -143,4 +143,6 @@ int netgroup_get_recv(struct tevent_req *req, int *dp_error_out); /* setup child logging */ int setup_child(struct sdap_id_ctx *ctx); + +errno_t string_to_shadowpw_days(const char *s, long *d); #endif /* _LDAP_COMMON_H_ */ -- cgit