summaryrefslogtreecommitdiff
path: root/local.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2003-07-03 18:25:53 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2003-07-03 18:25:53 +0000
commit15ff73b9843c79c1709f4a521aaa09285105f8bc (patch)
tree207ebddf035d06172746ef77695f4c3de64f357f /local.h
parent2867d16bc9bae9764904efbf44cd5131fca1bc9b (diff)
Exit with an error code immediately whenever an error.
Extensive use of xmalloc and friends.
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);