s3: Remove clistr_align_out
authorVolker Lendecke <vl@samba.org>
Sat, 21 May 2011 20:20:18 +0000 (22:20 +0200)
committerVolker Lendecke <vlendec@samba.org>
Sat, 21 May 2011 21:31:12 +0000 (23:31 +0200)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat May 21 23:31:12 CEST 2011 on sn-devel-104

source3/libsmb/clistr.c
source3/libsmb/proto.h

index f185bb03a570af213cc4538b3df8d2cd55f263b7..ff18ef6bcfe487e3cb4b23ef61d80cef14fc1079 100644 (file)
@@ -75,8 +75,3 @@ size_t clistr_pull_talloc(TALLOC_CTX *ctx,
                                  src_len,
                                  flags);
 }
-
-size_t clistr_align_out(struct cli_state *cli, const void *p, int flags)
-{
-       return align_string(cli->outbuf, (const char *)p, flags);
-}
index 2da632ec36b6491458c0d59a8bc165b8025114d7..dd97e7c5b2e9cc820b68b0bac3fbcba64fade691 100644 (file)
@@ -767,7 +767,6 @@ size_t clistr_pull_talloc(TALLOC_CTX *ctx,
                          const void *src,
                          int src_len,
                          int flags);
-size_t clistr_align_out(struct cli_state *cli, const void *p, int flags);
 
 /* The following definitions come from libsmb/clitrans.c  */