]> git.meshlink.io Git - catta/blobdiff - src/dns-srv-rr.h
rename interface -> iface everywhere
[catta] / src / dns-srv-rr.h
index e028f2b5a4b5b234aba1ccf6ac3c2078d647584e..d2c0dbf85dbccc83a19ee247f2e8d0ca27aedc85 100644 (file)
@@ -47,7 +47,7 @@ typedef enum {
 int catta_server_add_dns_server_address(
     CattaServer *s,
     CattaSEntryGroup *g,
-    CattaIfIndex interface,
+    CattaIfIndex iface,
     CattaProtocol protocol,
     CattaPublishFlags flags,
     const char *domain,
@@ -58,7 +58,7 @@ int catta_server_add_dns_server_address(
 /** Callback prototype for CattaSDNSServerBrowser events */
 typedef void (*CattaSDNSServerBrowserCallback)(
     CattaSDNSServerBrowser *b,
-    CattaIfIndex interface,
+    CattaIfIndex iface,
     CattaProtocol protocol,
     CattaBrowserEvent event,
     const char *host_name,       /**< Host name of the DNS server, probably useless */
@@ -70,7 +70,7 @@ typedef void (*CattaSDNSServerBrowserCallback)(
 /** Create a new CattaSDNSServerBrowser object */
 CattaSDNSServerBrowser *catta_s_dns_server_browser_new(
     CattaServer *server,
-    CattaIfIndex interface,
+    CattaIfIndex iface,
     CattaProtocol protocol,
     const char *domain,
     CattaDNSServerType type,