summaryrefslogtreecommitdiff
path: root/sftp-glob.h
diff options
context:
space:
mode:
authordjm <djm>2002-09-11 23:54:25 +0000
committerdjm <djm>2002-09-11 23:54:25 +0000
commitd5e2ec023d77b0fce6102d2168aa2cb09a84c95a (patch)
treea804ed1de3d515000fedcd494e0de1609df0d0a7 /sftp-glob.h
parent5238d9c1056e42e5554b7425185e4b97e7a82993 (diff)
downloadopenssh-d5e2ec023d77b0fce6102d2168aa2cb09a84c95a.tar.gz
- djm@cvs.openbsd.org 2002/09/11 22:41:50
[sftp.1 sftp-client.c sftp-client.h sftp-common.c sftp-common.h] [sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c] support for short/long listings and globbing in "ls"; ok markus@
Diffstat (limited to 'sftp-glob.h')
-rw-r--r--sftp-glob.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sftp-glob.h b/sftp-glob.h
index 9c754912..f879e871 100644
--- a/sftp-glob.h
+++ b/sftp-glob.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-glob.h,v 1.7 2002/03/19 10:49:35 markus Exp $ */
+/* $OpenBSD: sftp-glob.h,v 1.8 2002/09/11 22:41:50 djm Exp $ */
/*
* Copyright (c) 2001,2002 Damien Miller. All rights reserved.
@@ -31,8 +31,7 @@
#include "sftp-client.h"
-int
-remote_glob(struct sftp_conn *, const char *, int,
+int remote_glob(struct sftp_conn *, const char *, int,
int (*)(const char *, int), glob_t *);
#endif