summaryrefslogtreecommitdiff
path: root/source3/libaddns
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2006-12-12 20:15:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:26 -0500
commit6914b29daa6700f0d4f1b93866074ce71f63a626 (patch)
tree2fa2a70f6b5a89a5460c7fa2adcbda864489497d /source3/libaddns
parent791f48f167de339c8ae371e5c80706511fd10018 (diff)
downloadsamba-6914b29daa6700f0d4f1b93866074ce71f63a626.tar.gz
samba-6914b29daa6700f0d4f1b93866074ce71f63a626.tar.bz2
samba-6914b29daa6700f0d4f1b93866074ce71f63a626.zip
r20131: get rid of a few no previous prototype warnings
(This used to be commit e710a7d39a662a1a339f3f71c4b051fde1bb5a16)
Diffstat (limited to 'source3/libaddns')
-rw-r--r--source3/libaddns/dns.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/libaddns/dns.h b/source3/libaddns/dns.h
index 51af9180d1..a8673563ae 100644
--- a/source3/libaddns/dns.h
+++ b/source3/libaddns/dns.h
@@ -405,6 +405,9 @@ DNS_ERROR dns_create_name_in_use_record(TALLOC_CTX *mem_ctx,
const char *name,
const in_addr_t *ip,
struct dns_rrec **prec);
+DNS_ERROR dns_create_name_not_in_use_record(TALLOC_CTX *mem_ctx,
+ const char *name, uint32 type,
+ struct dns_rrec **prec);
DNS_ERROR dns_create_delete_record(TALLOC_CTX *mem_ctx, const char *name,
uint16 type, uint16 r_class,
struct dns_rrec **prec);