dns: static records
[metze/samba/wip.git] / source4 / dns_server / dnsserver_common.h
index 9067e2234e722bd7c5d49a49219561db5644aede..380f61b8dbc53f7454b9eb4eeedb63993c216c55 100644 (file)
@@ -61,6 +61,8 @@ WERROR dns_get_zone_properties(struct ldb_context *samdb,
                               TALLOC_CTX *mem_ctx,
                               struct ldb_dn *zone_dn,
                               struct dnsserver_zoneinfo *zoneinfo);
+bool dns_name_is_static(struct dnsp_DnssrvRpcRecord *records,
+                       uint16_t rec_count);
 WERROR dns_common_replace(struct ldb_context *samdb,
                          TALLOC_CTX *mem_ctx,
                          struct ldb_dn *dn,