From 869a19f06c0ef7b106dfbbc3db1ed1091a1a4259 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 5 Aug 2010 14:02:56 +0200 Subject: s3: Remove a pointless wrapper function --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 2ab1cfdf45..32340b3d66 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2653,7 +2653,6 @@ size_t clistr_pull_talloc_fn(const char *function, int src_len, int flags); size_t clistr_align_out(struct cli_state *cli, const void *p, int flags); -size_t clistr_align_in(struct cli_state *cli, const void *p, int flags); /* The following definitions come from libsmb/clitrans.c */ -- cgit