diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-10-01 22:31:13 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-10-01 22:31:13 +0000 |
commit | 6ac42f5ec059421fdfbeb3ef8f2b4448c14b2947 (patch) | |
tree | 72e804415c831e11dc0e18685dca06373a96c413 /src/common/util.h | |
parent | 7f10126a1e7184b0fc6ae47ca2efc8e96f13d6d5 (diff) | |
download | tor-6ac42f5ec059421fdfbeb3ef8f2b4448c14b2947.tar.gz tor-6ac42f5ec059421fdfbeb3ef8f2b4448c14b2947.zip |
Make testcases run again; more sanity checking to descriptor generation.
svn:r532
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h index 0f7ac3b4db..d1127260c6 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -72,6 +72,8 @@ void spawn_exit(); int tor_socketpair(int family, int type, int protocol, int fd[2]); +const char *get_uname(void); + /* For stupid historical reasons, windows sockets have an independent set of * errnos which they use as the fancy strikes them. */ |