diff options
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 0f7ac3b4d..d1127260c 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. */ |