summaryrefslogtreecommitdiff
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 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