summaryrefslogtreecommitdiff
path: root/src/net/dns.c
diff options
context:
space:
mode:
authorDusan Durech <dusan@debian.debian>2009-04-12 14:29:51 +0200
committerDusan Durech <dusan@debian.debian>2009-04-12 14:29:51 +0200
commit876fc624df9728ee0feee26e1b31b53ed9ef3326 (patch)
treee20814ab6d07fb892284dcee11bc492532bdabaa /src/net/dns.c
parentdff1cbc31ca8d585c01f5bebd08e50cf07fd2b0c (diff)
convert all name function from oldName to new_name
Diffstat (limited to 'src/net/dns.c')
-rw-r--r--src/net/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/dns.c b/src/net/dns.c
index 2167a52..156aeb4 100644
--- a/src/net/dns.c
+++ b/src/net/dns.c
@@ -12,7 +12,7 @@
#include "main.h"
-char *getIPFormDNS(char *domain)
+char *gns_resolv(char *domain)
{
struct hostent *host;