]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/proto-slap.h
Moved slap_strcopy, slap_strncopy to lutil_strcopy, lutil_strncopy
[openldap] / servers / slapd / proto-slap.h
index 3e75823e0d78d97a1c7cde13915ba00da26370ce..6503d5322ec7ef841df00492d0daa4b5311a8f1f 100644 (file)
@@ -267,11 +267,6 @@ LDAP_SLAPD_F (char **) str2charray LDAP_P(( const char *str, const char *brkstr
 LDAP_SLAPD_F (int) charray_strcmp LDAP_P(( const char **a1, const char **a2 ));
 LDAP_SLAPD_F (int) charray_strcasecmp LDAP_P(( const char **a1, const char **a2 ));
 
-LDAP_SLAPD_F (char *) slap_strcopy LDAP_P((
-       char *dst, const char *src ));
-LDAP_SLAPD_F (char *) slap_strncopy LDAP_P((
-       char *dst, const char *src, size_t n ));
-
 /*
  * controls.c
  */