diff options
Diffstat (limited to 'mx.h')
-rw-r--r-- | mx.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ struct mxentry }; #ifdef HAVE_PROTOTYPES -extern int getmxrecords(char *, int, struct mxentry *); +extern struct mxentry * getmxrecords(const char *); #endif /* HAVE_PROTOTYPES */ /* mx.h ends here */ |