#if defined(WITH_DNS_UPDATES)
+/*
+ * Silly prototype to get rid of a warning
+ */
+
+DNS_ERROR DoDNSUpdate(char *pszServerName,
+ const char *pszDomainName, const char *pszHostName,
+ const struct in_addr *iplist, size_t num_addrs );
+
/*********************************************************************
*********************************************************************/
return count;
}
+/*
+ * Silly prototype to get rid of a warning
+ */
+
+DNS_ERROR do_gethostbyname(const char *server, const char *host);
+
DNS_ERROR do_gethostbyname(const char *server, const char *host)
{
struct dns_connection *conn;