summaryrefslogblamecommitdiffstats
path: root/fmt_ldapdeleterequest.c
blob: 76909969c880eeea996b1be41447bcde69793513 (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;
}