summaryrefslogtreecommitdiff
path: root/p11-kit/remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'p11-kit/remote.h')
-rw-r--r--p11-kit/remote.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/p11-kit/remote.h b/p11-kit/remote.h
index b72750a..e1bfde3 100644
--- a/p11-kit/remote.h
+++ b/p11-kit/remote.h
@@ -44,7 +44,8 @@ extern "C" {
#ifdef P11_KIT_FUTURE_UNSTABLE_API
int p11_kit_remote_serve_module (CK_FUNCTION_LIST *module,
- const char *socket);
+ const char *socket,
+ uid_t, gid_t);
#endif