summaryrefslogtreecommitdiff
path: root/include/exporter.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2026-01-11 16:20:15 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2026-01-11 16:20:15 +0100
commit1ab0d5fb96624e0fb92b961fc02b3e6344126033 (patch)
tree78aa653a5ca9c894ec6c4dc2000d1e6115c4c5b8 /include/exporter.hpp
parent08d42688d851eb134da496be721e234f53ff8d0b (diff)
add icons for external providers
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;