diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-03-24 15:19:09 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-03-24 15:19:09 +0100 |
commit | 14fdc1c5cd4ca0b3f88b2d407d40ba5be7218085 (patch) | |
tree | 4cf27501438c4d717f11ba759adec67da5ab919c /source3/include | |
parent | c0c52ac1a40db70d8b19cb8d73ed4759b0a4f905 (diff) | |
download | samba-14fdc1c5cd4ca0b3f88b2d407d40ba5be7218085.tar.gz samba-14fdc1c5cd4ca0b3f88b2d407d40ba5be7218085.tar.bz2 samba-14fdc1c5cd4ca0b3f88b2d407d40ba5be7218085.zip |
lib/util: Move calloc_array and memalign_array to top-level libutil.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index e8a0d42b3c..a4fb496ea9 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -489,8 +489,6 @@ NTSTATUS reinit_after_fork(struct messaging_context *msg_ctx, struct event_context *ev_ctx, bool parent_longlived); void *malloc_(size_t size); -void *memalign_array(size_t el_size, size_t align, unsigned int count); -void *calloc_array(size_t size, size_t nmemb); void *Realloc(void *p, size_t size, bool free_old_on_error); void add_to_large_array(TALLOC_CTX *mem_ctx, size_t element_size, void *element, void *_array, uint32 *num_elements, |