summaryrefslogtreecommitdiff
path: root/lib-src/fakemail.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/fakemail.c')
-rw-r--r--lib-src/fakemail.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c
index 93e14d7e961..400861d4fd7 100644
--- a/lib-src/fakemail.c
+++ b/lib-src/fakemail.c
@@ -24,15 +24,17 @@ Boston, MA 02111-1307, USA. */
#if defined (BSD) && !defined (BSD4_1) && !defined (USE_FAKEMAIL)
/* This program isnot used in BSD, so just avoid loader complaints. */
-void
+int
main ()
{
+ return 0;
}
#else /* not BSD 4.2 (or newer) */
#ifdef MSDOS
-void
+int
main ()
{
+ return 0;
}
#else /* not MSDOS */
/* This conditional contains all the rest of the file. */
@@ -695,7 +697,7 @@ write_header (the_header)
return;
}
-void
+int
main (argc, argv)
int argc;
char **argv;