diff options
Diffstat (limited to 'common/test.h')
-rw-r--r-- | common/test.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/test.h b/common/test.h index 1c952b0..81b90f6 100644 --- a/common/test.h +++ b/common/test.h @@ -162,7 +162,8 @@ void p11_test_file_delete (const char *directory, #ifdef OS_UNIX -char * p11_test_copy_setgid (const char *path); +char * p11_test_copy_setgid (const char *path, + const char *tmpdir); int p11_test_run_child (const char **argv, bool quiet_out); |