summaryrefslogtreecommitdiffstats
path: root/sftp-glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'sftp-glob.h')
-rw-r--r--sftp-glob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-glob.h b/sftp-glob.h
index 9e75168a..944f3286 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.2 2001/04/05 10:42:53 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,
+remote_glob(int fd_in, int fd_out, const char *pattern, int flags,
const int (*errfunc)(const char *, int), glob_t *pglob);