aboutsummaryrefslogtreecommitdiff
path: root/src/common/sandbox.c
diff options
context:
space:
mode:
authorCristian Toader <cristian.matei.toader@gmail.com>2013-08-28 20:01:52 +0300
committerCristian Toader <cristian.matei.toader@gmail.com>2013-08-28 20:01:52 +0300
commit6cae5d706c5802f28c46cece95b1cf8bd08f387a (patch)
tree9ee927f2a699b56b6145bf6fce200d17b6a12b18 /src/common/sandbox.c
parent8b8f87a06ad5f18460012d0a0b4ceaa119bbccd3 (diff)
downloadtor-6cae5d706c5802f28c46cece95b1cf8bd08f387a.tar
tor-6cae5d706c5802f28c46cece95b1cf8bd08f387a.tar.gz
Added doxygen struct doc and replaced func() with funct(void)
Diffstat (limited to 'src/common/sandbox.c')
-rw-r--r--src/common/sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/sandbox.c b/src/common/sandbox.c
index 8ef8757cb..13d4ce927 100644
--- a/src/common/sandbox.c
+++ b/src/common/sandbox.c
@@ -1138,7 +1138,7 @@ initialise_libseccomp_sandbox(sandbox_cfg_t* cfg)
#endif // USE_LIBSECCOMP
sandbox_cfg_t*
-sandbox_cfg_new()
+sandbox_cfg_new(void)
{
return NULL;
}