From 0aed229710b8058878f25ce7b738ef807fb1faaa Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 16 Feb 2011 00:43:30 +0100 Subject: libndr: remove prototype for nonexisting function ndr_print_ipv4_addr(). Guenther --- librpc/ndr/libndr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'librpc/ndr') diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h index 67b5372911..21e4bdaeec 100644 --- a/librpc/ndr/libndr.h +++ b/librpc/ndr/libndr.h @@ -378,7 +378,6 @@ enum ndr_err_code ndr_push_dom_sid0(struct ndr_push *ndr, int ndr_flags, const s enum ndr_err_code ndr_pull_dom_sid0(struct ndr_pull *ndr, int ndr_flags, struct dom_sid *sid); void ndr_print_dom_sid0(struct ndr_print *ndr, const char *name, const struct dom_sid *sid); size_t ndr_size_dom_sid0(const struct dom_sid *sid, int flags); -void ndr_print_ipv4_addr(struct ndr_print *ndr, const char *name, const struct in_addr *_ip); void ndr_print_GUID(struct ndr_print *ndr, const char *name, const struct GUID *guid); bool ndr_syntax_id_equal(const struct ndr_syntax_id *i1, const struct ndr_syntax_id *i2); enum ndr_err_code ndr_push_struct_blob(DATA_BLOB *blob, TALLOC_CTX *mem_ctx, const void *p, ndr_push_flags_fn_t fn); -- cgit