diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-03-09 22:01:17 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-03-09 22:01:17 +0000 |
commit | 2da54de9682716729154872ffc7946fbca1d6391 (patch) | |
tree | 8630c271e2420ebf15eb3e2b9dc81c080adef846 /src/common/util.h | |
parent | 30969421d3f6389fa985ae997c3a0969b3bfaf29 (diff) | |
download | tor-2da54de9682716729154872ffc7946fbca1d6391.tar tor-2da54de9682716729154872ffc7946fbca1d6391.tar.gz |
Make tor build on windows again. More work still needed
svn:r1247
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index 850b9015a..02cde5604 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -102,6 +102,9 @@ void finish_daemon(void); void write_pidfile(char *filename); int switch_id(char *user, char *group); +struct in_addr; +int tor_inet_aton(const char *cp, struct in_addr *addr); + /* For stupid historical reasons, windows sockets have an independent set of * errnos which they use as the fancy strikes them. */ |