blob: e4bc45e24108a5079db1899e23d36e8169353295 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- authvchkpw.c.orig Thu Aug 30 03:31:13 2007
+++ authvchkpw.c Thu Oct 4 14:59:36 2007
@@ -1,4 +1,4 @@
-i/*
+/*
** Copyright 1998 - 2007 Double Precision, Inc. See COPYING for
** distribution information.
*/
@@ -31,7 +31,7 @@
extern FILE *authvchkpw_file(const char *, const char *);
static int auth_vchkpw_login(const char *service, char *authdata,
- int (*callback_func)(struct authinfo *, void *), void *callback_arg)
+ int (*callback_func)(struct authinfo *, void *), void *callback_arg);
struct callback_info {
const char *pass;
|