summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/sftp-glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/sftp-glob.h')
-rw-r--r--crypto/openssh/sftp-glob.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/crypto/openssh/sftp-glob.h b/crypto/openssh/sftp-glob.h
index 4206af4..488b0a8 100644
--- a/crypto/openssh/sftp-glob.h
+++ b/crypto/openssh/sftp-glob.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: sftp-glob.h,v 1.3 2001/04/15 08:43:46 markus Exp $ */
+/* $OpenBSD: sftp-glob.h,v 1.6 2002/02/13 00:59:23 djm Exp $ */
/*
- * Copyright (c) 2001 Damien Miller. All rights reserved.
+ * Copyright (c) 2001,2002 Damien Miller. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -26,7 +26,13 @@
/* Remote sftp filename globbing */
+#ifndef _SFTP_GLOB_H
+#define _SFTP_GLOB_H
+
+#include "sftp-client.h"
+
int
-remote_glob(int fd_in, int fd_out, const char *pattern, int flags,
- int (*errfunc)(const char *, int), glob_t *pglob);
+remote_glob(struct sftp_conn *, const char *, int,
+ int (*)(const char *, int), glob_t *);
+#endif
OpenPOWER on IntegriCloud