summaryrefslogtreecommitdiff
path: root/sftp-glob.h
diff options
context:
space:
mode:
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 9c754912c..f879e8719 100644
--- a/sftp-glob.h
+++ b/sftp-glob.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp-glob.h,v 1.7 2002/03/19 10:49:35 markus Exp $ */ 1/* $OpenBSD: sftp-glob.h,v 1.8 2002/09/11 22:41:50 djm 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.
@@ -31,8 +31,7 @@
31 31
32#include "sftp-client.h" 32#include "sftp-client.h"
33 33
34int 34int remote_glob(struct sftp_conn *, const char *, int,
35remote_glob(struct sftp_conn *, const char *, int,
36 int (*)(const char *, int), glob_t *); 35 int (*)(const char *, int), glob_t *);
37 36
38#endif 37#endif