diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-01-24 21:41:55 -0600 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-01-24 21:41:55 -0600 |
commit | f8009b4d504de0ed752b867893acd263108409e0 (patch) | |
tree | 106d3f60a7a6cb45f6e3ed21a4f11ec3c40034d2 /module/p11-kit-private.h | |
parent | b2b0acbc5789823a33de9eabec10e2b8656f3632 (diff) |
Reinitialize modules after fork().
Diffstat (limited to 'module/p11-kit-private.h')
-rw-r--r-- | module/p11-kit-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/p11-kit-private.h b/module/p11-kit-private.h index d5498f8..3760de4 100644 --- a/module/p11-kit-private.h +++ b/module/p11-kit-private.h @@ -47,5 +47,6 @@ CK_RV _p11_kit_initialize_registered_unlocked_reentrant (CK_C_INITIALIZE CK_RV _p11_kit_finalize_registered_unlocked_reentrant (CK_VOID_PTR args); +void _p11_kit_proxy_after_fork (void); #endif /* __P11_KIT_PRIVATE_H__ */ |