1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

fix the build for gcc 4.2 when compiling courier-authlib-vchkpw

This commit is contained in:
Oliver Lehmann 2007-05-31 17:48:06 +00:00
parent ac8adfa486
commit ed26d2aab5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192482

View File

@ -0,0 +1,12 @@
--- authvchkpw.c.orig Thu May 31 07:04:07 2007
+++ authvchkpw.c Thu May 31 07:03:44 2007
@@ -28,6 +28,9 @@
int (*callback)(struct authinfo *, void *),
void *arg);
+static int auth_vchkpw_login(const char *service, char *authdata,
+ int (*callback_func)(struct authinfo *, void *), void *callback_arg);
+
extern FILE *authvchkpw_file(const char *, const char *);
struct callback_info {