summaryrefslogblamecommitdiffstats
path: root/fmt_ldapdeleterequest.c
blob: 0775c88c2e8c4dcbce762d9aed28398426105004 (plain) (tree)
1
2
3
4
5
6
7
8

                   
                 




                                                                 
#include <string.h>
#include "ldap.h"
#include <byte.h>

size_t fmt_ldapdeleterequest(char* dest,const struct string* s) {
  if (dest) byte_copy(dest,s->l,s->s);
  return s->l;
}