diff options
author | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-07-18 18:11:47 +0300 |
---|---|---|
committer | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-07-18 18:21:37 +0300 |
commit | e7e2efb717ecefbf7b6eb92760ff272cca0b6eee (patch) | |
tree | 0e4647e6d4eccca740b7ea51bd7e0a68232771b7 /src/common/sandbox.h | |
parent | 673349c42ec5e07c0fdb54d2a45f7b104865325b (diff) | |
download | tor-e7e2efb717ecefbf7b6eb92760ff272cca0b6eee.tar.gz tor-e7e2efb717ecefbf7b6eb92760ff272cca0b6eee.zip |
Added getter for protected parameter
Diffstat (limited to 'src/common/sandbox.h')
-rw-r--r-- | src/common/sandbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/sandbox.h b/src/common/sandbox.h index cfbecebbd4..4752f1a733 100644 --- a/src/common/sandbox.h +++ b/src/common/sandbox.h @@ -58,6 +58,7 @@ typedef struct { void sandbox_set_debugging_fd(int fd); int tor_global_sandbox(void); +char* get_prot_param(char *param); #endif /* SANDBOX_H_ */ |