chiark / gitweb /
shared: dns-name - add dns_name_between()
[elogind.git] / src / shared / dns-domain.h
index 516d244f7a3962a7c17352c2fc4e9f1d72612814..4d9a54e5955567e3a01bff00a9ad2b9064dfbd99 100644 (file)
@@ -40,6 +40,7 @@ unsigned long dns_name_hash_func(const void *s, const uint8_t hash_key[HASH_KEY_
 int dns_name_compare_func(const void *a, const void *b);
 extern const struct hash_ops dns_name_hash_ops;
 
+int dns_name_between(const char *a, const char *b, const char *c);
 int dns_name_equal(const char *x, const char *y);
 int dns_name_endswith(const char *name, const char *suffix);