libndr: remove prototype for nonexisting function ndr_print_ipv4_addr().
authorGünther Deschner <gd@samba.org>
Tue, 15 Feb 2011 23:43:30 +0000 (00:43 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 16 Feb 2011 23:54:16 +0000 (00:54 +0100)
Guenther

librpc/ndr/libndr.h

index 67b537291185bd61d4c84c7ea562edc6f29c6258..21e4bdaeec6f1e6fe4b37565d56629ccb2596312 100644 (file)
@@ -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);