summaryrefslogtreecommitdiff
path: root/examples/mta.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mta.c')
-rw-r--r--examples/mta.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/mta.c b/examples/mta.c
index 69b545ff3..24e195d83 100644
--- a/examples/mta.c
+++ b/examples/mta.c
@@ -75,9 +75,9 @@ int dot = 1; /* Message is terminated by a lone dot on a line */
address_t recipients = NULL;
char *progname;
-int mta_stdin __P((int argc, char **argv));
-int mta_smtp __P((int argc, char **argv));
-void register_handlers __P((void));
+int mta_stdin (int argc, char **argv);
+int mta_smtp (int argc, char **argv);
+void register_handlers (void);
int
main (int argc, char **argv)

Return to:

Send suggestions and report system problems to the System administrator.