summaryrefslogblamecommitdiffstats
path: root/scan_ldapstring.c
blob: c6054eeb25701090278a9807bb824365dafb9732 (plain) (tree)
1
2
3
4
5




                                                                          
#include "ldap.h"

size_t scan_ldapstring(const char* src,const char* max,struct string* s) {
  return scan_asn1STRING(src,max,&s->s,&s->l);
}