summaryrefslogtreecommitdiff
path: root/tools/sepofra.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sepofra.h')
-rw-r--r--tools/sepofra.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/sepofra.h b/tools/sepofra.h
index 60a404f..17aa51a 100644
--- a/tools/sepofra.h
+++ b/tools/sepofra.h
@@ -16,13 +16,13 @@ extern "C" {
#include <string.h>
#include "bad_thing.h"
-typedef std::map<std::string,int> MSI;
+typedef std::map<std::string,SPF_result_t> MSR;
class sepofra{
public:
SPF_result_t result;
std::list<std::string> authorities;
- MSI seen;
+ MSR seen;
std::string ip;
std::string mailfrom;
std::string helo;