summaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 850b9015ac..02cde56046 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.
*/