summaryrefslogtreecommitdiff
path: root/sftp-glob.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-22 02:54:23 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-22 02:54:23 +0000
commit6328ab39891ea64ccd5c91e9be2ec5c4f843bbd0 (patch)
tree1cbd94cc201fc901cf33ea52191421eda89e6dd0 /sftp-glob.h
parent08105192fdb9441284ac37e309f6359d74aee596 (diff)
- markus@cvs.openbsd.org 2002/03/19 10:49:35
[auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h packet.c session.c sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c sshconnect2.c sshd.c ttymodes.c] KNF whitespace
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 488b0a80b..9c754912c 100644
--- a/sftp-glob.h
+++ b/sftp-glob.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp-glob.h,v 1.6 2002/02/13 00:59:23 djm Exp $ */ 1/* $OpenBSD: sftp-glob.h,v 1.7 2002/03/19 10:49:35 markus Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2001,2002 Damien Miller. All rights reserved. 4 * Copyright (c) 2001,2002 Damien Miller. All rights reserved.
@@ -32,7 +32,7 @@
32#include "sftp-client.h" 32#include "sftp-client.h"
33 33
34int 34int
35remote_glob(struct sftp_conn *, const char *, int, 35remote_glob(struct sftp_conn *, const char *, int,
36 int (*)(const char *, int), glob_t *); 36 int (*)(const char *, int), glob_t *);
37 37
38#endif 38#endif