diff options
Diffstat (limited to 'crypto/openssh/sftp-glob.h')
-rw-r--r-- | crypto/openssh/sftp-glob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/sftp-glob.h b/crypto/openssh/sftp-glob.h index 488b0a80b5bad..9c754912c224f 100644 --- a/crypto/openssh/sftp-glob.h +++ b/crypto/openssh/sftp-glob.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-glob.h,v 1.6 2002/02/13 00:59:23 djm Exp $ */ +/* $OpenBSD: sftp-glob.h,v 1.7 2002/03/19 10:49:35 markus Exp $ */ /* * Copyright (c) 2001,2002 Damien Miller. All rights reserved. @@ -32,7 +32,7 @@ #include "sftp-client.h" int -remote_glob(struct sftp_conn *, const char *, int, +remote_glob(struct sftp_conn *, const char *, int, int (*)(const char *, int), glob_t *); #endif |