first shot at "addrequest" support

This commit is contained in:
leitner
2007-06-28 22:17:33 +00:00
parent fefbe77ba0
commit 35f2b3b745
68 changed files with 897 additions and 339 deletions

View File

@@ -1,6 +1,6 @@
#include "asn1.h"
#include "ldap.h"
unsigned int fmt_ldapstring(char* dest,struct string* s) {
size_t fmt_ldapstring(char* dest,struct string* s) {
return fmt_asn1OCTETSTRING(dest,s->s,s->l);
}