Skip to content

Fix declaration of logger()

Joseph Richey requested to merge joerichey94/cryptsetup:declaration into master

This change makes the declaration of logger() match its definition, it also avoids the use of the "class" C++ keyword. This is useful for importing cryptsetup into Bazel/Blaze.

Merge request reports