summaryrefslogtreecommitdiff
path: root/src/spfquery.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spfquery.c')
-rw-r--r--src/spfquery.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spfquery.c b/src/spfquery.c
index 68a5158..8eb0697 100644
--- a/src/spfquery.c
+++ b/src/spfquery.c
@@ -20,6 +20,7 @@ void die(int e, char *s)
buffer_putsflush(buffer_2, s);
_exit(e);
}
+
void die_nomem()
{
die(111, "fatal: out of memory\n");