aboutsummaryrefslogtreecommitdiff
path: root/src/common/compat.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-05-15 20:20:36 -0400
committerNick Mathewson <nickm@torproject.org>2011-05-15 20:20:36 -0400
commitede102fd4675af8ac4060767f0348f3c93617e80 (patch)
tree29f2e5a044c793c55dbcb834822ac9075a23c530 /src/common/compat.h
parent2b9c5ee301f705cbf69c725ca749d4ac752c06d3 (diff)
parentf72e792be5437c9ee11d3f498ed3bb469b46d1bb (diff)
downloadtor-ede102fd4675af8ac4060767f0348f3c93617e80.tar.gz
tor-ede102fd4675af8ac4060767f0348f3c93617e80.zip
Merge branch 'bug2972' into maint-0.2.2
Diffstat (limited to 'src/common/compat.h')
-rw-r--r--src/common/compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/compat.h b/src/common/compat.h
index af795ffba9..eff51ab30c 100644
--- a/src/common/compat.h
+++ b/src/common/compat.h
@@ -552,6 +552,8 @@ int switch_id(const char *user);
char *get_user_homedir(const char *username);
#endif
+int get_parent_directory(char *fname);
+
int spawn_func(void (*func)(void *), void *data);
void spawn_exit(void) ATTR_NORETURN;