summaryrefslogtreecommitdiff
path: root/sftp-glob.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-05 23:26:32 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-05 23:26:32 +0000
commita3700050ec681277bcdf76a02b0c2e304ff317c7 (patch)
tree6cd727ebf611f03b345783cb9d6d8d04e8f483bf /sftp-glob.h
parenta6c20148f58e34a902512ffe5eee3279acaaa26b (diff)
- markus@cvs.openbsd.org 2001/04/05 10:42:57
[auth-chall.c authfd.c channels.c clientloop.c kex.c kexgex.c key.c mac.c packet.c serverloop.c sftp-client.c sftp-client.h sftp-glob.c sftp-glob.h sftp-int.c sftp-server.c sftp.c ssh-keygen.c sshconnect.c sshconnect2.c sshd.c] fix whitespace: unexpand + trailing spaces.
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 9e75168ac..944f32865 100644
--- a/sftp-glob.h
+++ b/sftp-glob.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp-glob.h,v 1.1 2001/03/13 22:42:54 djm Exp $ */ 1/* $OpenBSD: sftp-glob.h,v 1.2 2001/04/05 10:42:53 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2001 Damien Miller. All rights reserved. 4 * Copyright (c) 2001 Damien Miller. All rights reserved.
@@ -27,6 +27,6 @@
27/* Remote sftp filename globbing */ 27/* Remote sftp filename globbing */
28 28
29int 29int
30remote_glob(int fd_in, int fd_out, const char *pattern, int flags, 30remote_glob(int fd_in, int fd_out, const char *pattern, int flags,
31 const int (*errfunc)(const char *, int), glob_t *pglob); 31 const int (*errfunc)(const char *, int), glob_t *pglob);
32 32