summaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-04-28 19:35:12 +0000
committerNick Mathewson <nickm@torproject.org>2004-04-28 19:35:12 +0000
commitac622d94dcf5c00ab9264ec234ea6e9e1a2a28f9 (patch)
tree1ab02f2335c4920d65fd518185dd5040903e18f9 /src/common/util.h
parent8cc9001391d010f06553a1576276925bc8fc0667 (diff)
downloadtor-ac622d94dcf5c00ab9264ec234ea6e9e1a2a28f9.tar.gz
tor-ac622d94dcf5c00ab9264ec234ea6e9e1a2a28f9.zip
Workarounds for a couple of pieces of windows strangeness.
svn:r1734
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index b0120e7d37..bd65a0153b 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -212,6 +212,7 @@ int switch_id(char *user, char *group);
struct in_addr;
int tor_inet_aton(const char *cp, struct in_addr *addr);
+int tor_lookup_hostname(const char *name, uint32_t *addr);
/* For stupid historical reasons, windows sockets have an independent set of
* errnos which they use as the fancy strikes them.