Skip to content

cloudprint: Fix redundant declarations

Simon McVittie requested to merge wip/smcv/cloudprint-redundant-decls into master

G_DEFINE_DYNAMIC_TYPE declares these functions as static, and -Werror=redundant-decls won't let us redeclare them. This is the equivalent of 72c72d0b, but for a different backend.

Signed-off-by: Simon McVittie smcv@debian.org

Merge request reports