diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-05-15 20:22:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-05-15 20:22:44 -0400 |
commit | 4ac8ff9c9f182b6202200480f8fc4689da659331 (patch) | |
tree | c7817f2cc0755ff989df49b85abde0763bbb4bf2 /src/common/compat.h | |
parent | f2c170218238a38a0106acb1a7428b514ce979ca (diff) | |
parent | ede102fd4675af8ac4060767f0348f3c93617e80 (diff) | |
download | tor-4ac8ff9c9f182b6202200480f8fc4689da659331.tar.gz tor-4ac8ff9c9f182b6202200480f8fc4689da659331.zip |
Merge remote-tracking branch 'origin/maint-0.2.2'
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index b658ed51a0..66303c4810 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -557,6 +557,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; |