X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/2e4fb373fccee2e5a296d484189169914f6e07d8..5a5da1b6d4e665a310538545a980466a90a891c5:/sftp-glob.h diff --git a/sftp-glob.h b/sftp-glob.h index 9e75168a..4206af43 100644 --- a/sftp-glob.h +++ b/sftp-glob.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-glob.h,v 1.1 2001/03/13 22:42:54 djm Exp $ */ +/* $OpenBSD: sftp-glob.h,v 1.3 2001/04/15 08:43:46 markus Exp $ */ /* * Copyright (c) 2001 Damien Miller. All rights reserved. @@ -27,6 +27,6 @@ /* Remote sftp filename globbing */ int -remote_glob(int fd_in, int fd_out, const char *pattern, int flags, - const int (*errfunc)(const char *, int), glob_t *pglob); +remote_glob(int fd_in, int fd_out, const char *pattern, int flags, + int (*errfunc)(const char *, int), glob_t *pglob);