X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fdns-srv-rr.h;h=d2c0dbf85dbccc83a19ee247f2e8d0ca27aedc85;hb=HEAD;hp=e028f2b5a4b5b234aba1ccf6ac3c2078d647584e;hpb=2c550daf4ac6a6aab7f21047c037b4dd53c57fa6;p=catta diff --git a/src/dns-srv-rr.h b/src/dns-srv-rr.h index e028f2b..d2c0dbf 100644 --- a/src/dns-srv-rr.h +++ b/src/dns-srv-rr.h @@ -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,