summaryrefslogtreecommitdiff
path: root/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'local.h')
-rw-r--r--local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/local.h b/local.h
index 7ce218d..726364a 100644
--- a/local.h
+++ b/local.h
@@ -19,9 +19,9 @@ extern FILE *mda_fp;
int local_address(const char *address);
/** Send a message locally (via a MDA) */
-int local_init(message_t *msg);
+void local_init(message_t *msg);
-int local_flush(message_t *msg);
+void local_flush(message_t *msg);
void local_cleanup(void);