Remove extraneous argument from gck_module_new and gck_module_initialize
authorStef Walter <stefw@collabora.co.uk>
Tue, 5 Apr 2011 13:21:40 +0000 (15:21 +0200)
committerStef Walter <stefw@collabora.co.uk>
Wed, 6 Jul 2011 14:44:19 +0000 (16:44 +0200)
commiteae3bfcd68988bab401510f686bd9c718ec1fa6e
tree6be7be6e3c428024643c7f41baaf35cfe56ccb34
parent6854ac2de334708e3c2f62e36c99ea6655507d6e
Remove extraneous argument from gck_module_new and gck_module_initialize

 * Since the signature of these functions changed anyway (API not yet
   stable, we are going to clean them up a bit more.
 * The xxx_full versions may be needed in the future if more options
   show up.
15 files changed:
gck/gck-module.c
gck/gck-modules.c
gck/gck-private.h
gck/gck.h
gck/tests/test-gck-crypto.c
gck/tests/test-gck-enumerator.c
gck/tests/test-gck-module.c
gck/tests/test-gck-modules.c
gck/tests/test-gck-object.c
gck/tests/test-gck-session.c
gck/tests/test-gck-slot.c
gcr/gcr-library.c
gcr/tests/test-certificate-chain.c
gcr/tests/test-pkcs11-certificate.c
gcr/tests/test-trust.c