s3:registry: add function registry_value_cmp()
[kai/samba.git] / source3 / registry / reg_api_util.h
index 7009794bebaf078623c260a8e1c2c62ad9f75f98..b5ce0fdbe47bc7c75f47aa1ec30d406912b5970c 100644 (file)
@@ -44,4 +44,6 @@ struct registry_value *registry_value_dw(TALLOC_CTX *mem_ctx, uint32_t dw);
 struct registry_value *registry_value_sz(TALLOC_CTX *mem_ctx, const char *str);
 struct registry_value *registry_value_multi_sz(TALLOC_CTX *mem_ctx, const char **str);
 
+int registry_value_cmp(const struct registry_value *v1, const struct registry_value *v2);
+
 #endif /* _REG_API_UTIL_H */