Cyrus SASL 2.1.25 introduced the sasl_callback_ft prototype,
authorDavid Levine <levinedl@acm.org>
Wed, 24 Oct 2012 00:16:56 +0000 (19:16 -0500)
committerDavid Levine <levinedl@acm.org>
Wed, 24 Oct 2012 00:16:56 +0000 (19:16 -0500)
commit8e79ce1919d9cf54f101a812e0fd70a33286b9f3
treee766cd6eafc8e4e73fe39b6fc14ba99bfb2b04c0
parent9f1be639847fb0997ddbb340a073b17e73a06567
Cyrus SASL 2.1.25 introduced the sasl_callback_ft prototype,
which has an explicit void parameter list, according to best
practice.  So we need to cast to avoid compile warnings.
And provide a sasl_callback_ft prototype for earlier versions.
mts/smtp/smtp.c [changed mode: 0644->0755]
uip/popsbr.c [changed mode: 0644->0755]