Hi,

Compiling courier 0.74.1 throws a warning about an implicit declaration
of the function
rfc1035_spf_gettxt_n
in the file testlookup.c.

This can easily be fixed by adding an explicit declaration. See
attached patch, please apply.

cu,
-- 
Hanno Böck
http://hboeck.de/

mail/jabber: ha...@hboeck.de
GPG: BBB51E42
--- courier-0.74.1/libs/rfc1035/testlookup.c	2014-11-04 13:15:00.000000000 +0100
+++ courier-0.74.1-1/libs/rfc1035/testlookup.c	2015-02-16 13:36:14.455760592 +0100
@@ -41,6 +41,9 @@
 
 extern char rfc1035_spf_gettxt(const char *current_domain,
 			       char *buf);
+extern char rfc1035_spf_gettxt_n(const char *current_domain,
+			  char **buf);
+
 
 static void spflookup(const char *current_domain)
 {

Attachment: pgpK6qo2jLLLf.pgp
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to