aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/src/importresult.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/src/importresult.h')
-rw-r--r--lang/cpp/src/importresult.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/cpp/src/importresult.h b/lang/cpp/src/importresult.h
index 05476796..bcd956c3 100644
--- a/lang/cpp/src/importresult.h
+++ b/lang/cpp/src/importresult.h
@@ -129,7 +129,10 @@ private:
unsigned int idx;
};
-}
+GPGMEPP_EXPORT std::ostream &operator<<(std::ostream &os, const ImportResult &irs);
+GPGMEPP_EXPORT std::ostream &operator<<(std::ostream &os, const Import &imp);
+
+} // namespace GpgME
GPGMEPP_MAKE_STD_SWAP_SPECIALIZATION(ImportResult)
GPGMEPP_MAKE_STD_SWAP_SPECIALIZATION(Import)