summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-06-15 15:33:44 -0700
committerJeremy Allison <jra@samba.org>2010-06-15 15:33:44 -0700
commit81f70834caa4d77f0799506bd9c17d05d631ebd4 (patch)
treef315d1a6ebfcfd18f28688ef44bb096c45d10322 /source3/include/proto.h
parent2c125595fb03d1f3940545438bb4ec462585beb7 (diff)
downloadsamba-81f70834caa4d77f0799506bd9c17d05d631ebd4.tar.gz
samba-81f70834caa4d77f0799506bd9c17d05d631ebd4.tar.bz2
samba-81f70834caa4d77f0799506bd9c17d05d631ebd4.zip
Remove unused function.
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index df991e35f4..cd8d94261e 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5077,7 +5077,6 @@ char *prs_alloc_mem_(prs_struct *ps, size_t size, unsigned int count);
char *prs_alloc_mem(prs_struct *ps, size_t size, unsigned int count);
TALLOC_CTX *prs_get_mem_context(prs_struct *ps);
void prs_give_memory(prs_struct *ps, char *buf, uint32 size, bool is_dynamic);
-char *prs_take_memory(prs_struct *ps, uint32 *psize);
bool prs_set_buffer_size(prs_struct *ps, uint32 newsize);
bool prs_grow(prs_struct *ps, uint32 extra_space);
bool prs_force_grow(prs_struct *ps, uint32 extra_space);