Skip to content

Avoid C99 incompatibility around seahorse_pkcs11_backend_initialize

Florian Weimer requested to merge fweimer/seahorse:c99 into main

Move the prototype for seahorse_pkcs11_backend_initialize into the header file, so C code generated from Vala sources will use it. This avoids an implicit function declaration during the C-build of src/application.vala, and resulting build failures with future compilers.

Related to:

Merge request reports