aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-10-11 11:01:15 -0400
committerNick Mathewson <nickm@torproject.org>2010-10-11 11:01:15 -0400
commit544a8afe5afe2f7f682d8bc632c115e91ba3ad46 (patch)
tree0f58c6c585f5aafd9625ba7b4d0b0ef1c3521bd2 /src/common/util.h
parent8f76f31761f051d5b6a3280462db6adf95b19233 (diff)
parentf7338d3baad1e08e8a2de1e2c83f30e28ac65474 (diff)
downloadtor-544a8afe5afe2f7f682d8bc632c115e91ba3ad46.tar
tor-544a8afe5afe2f7f682d8bc632c115e91ba3ad46.tar.gz
Merge remote branch 'sjmurdoch/bug1903'
Diffstat (limited to 'src/common/util.h')
-rw-r--r--src/common/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/util.h b/src/common/util.h
index 86555eeb1..8c2a9be32 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -350,6 +350,8 @@ HANDLE load_windows_system_library(const TCHAR *library_name);
#ifdef UTIL_PRIVATE
/* Prototypes for private functions only used by util.c (and unit tests) */
+int tor_spawn_background(const char *const filename, int *stdout_read,
+ int *stderr_read, const char **argv);
void format_helper_exit_status(unsigned char child_state,
int saved_errno, char *hex_errno);