summaryrefslogtreecommitdiff
path: root/include/exporter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/exporter.hpp')
-rw-r--r--include/exporter.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exporter.hpp b/include/exporter.hpp
index d328bf6..649c8c2 100644
--- a/include/exporter.hpp
+++ b/include/exporter.hpp
@@ -52,6 +52,7 @@ namespace exporter {
typedef struct
{
const char* provider_name;
+ const char* icon_name;
bool (*send_email)(const char* sender, const char* recipient, const char* subject, const char* text);
} email_provider_impl;