summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-02-16 00:43:30 +0100
committerGünther Deschner <gd@samba.org>2011-02-17 00:54:16 +0100
commit0aed229710b8058878f25ce7b738ef807fb1faaa (patch)
tree2c27fa7a3fcd7cbd5fbf43bd8761229e1ec53307 /librpc
parent0e156e7d62df9178c89d1beae4d0c3c936ea2827 (diff)
downloadsamba-0aed229710b8058878f25ce7b738ef807fb1faaa.tar.gz
samba-0aed229710b8058878f25ce7b738ef807fb1faaa.tar.bz2
samba-0aed229710b8058878f25ce7b738ef807fb1faaa.zip
libndr: remove prototype for nonexisting function ndr_print_ipv4_addr().
Guenther
Diffstat (limited to 'librpc')
-rw-r--r--librpc/ndr/libndr.h1
1 files changed, 0 insertions, 1 deletions
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);