diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-11 12:48:05 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-11 12:48:05 +0100 |
| commit | 08d42688d851eb134da496be721e234f53ff8d0b (patch) | |
| tree | 5c8a448a42cd8ec4dc35c55edef85f0063b9a50a /include/exporter.hpp | |
| parent | ccbc6a8f0836583fabd59919bd7930d7cfe1473e (diff) | |
fix warnings
Diffstat (limited to 'include/exporter.hpp')
| -rw-r--r-- | include/exporter.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/exporter.hpp b/include/exporter.hpp index 3ac57b0..d328bf6 100644 --- a/include/exporter.hpp +++ b/include/exporter.hpp @@ -32,7 +32,7 @@ namespace exporter { EXPORT_STARTING, EXPORT_WAITING_FOR_RESPONSE, EXPORT_DONE, - } status; + } export_status; typedef void (*send_email_callback)(e_err err); @@ -41,7 +41,7 @@ namespace exporter { time_t started_at; time_t done_at; e_err error; - status status; + export_status status; const char* sender; const char* recipient; const char* subject; |
