X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/22e6c82726d7cfb171f8ed28d73995970360ee5e..ad2e1857ead440bc890368595899b6b51f1fe9bb:/sftp-glob.h diff --git a/sftp-glob.h b/sftp-glob.h index 488b0a80..9c754912 100644 --- a/sftp-glob.h +++ b/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