]> andersk Git - openssh.git/blobdiff - sftp-glob.h
- (bal) auth1.c minor resync while looking at the code.
[openssh.git] / sftp-glob.h
index 9e75168acbf70fb70640de11adc01191149d7a08..f879e8719b4b2eb5b8fb5ef6b611e81398039dc0 100644 (file)
@@ -1,7 +1,7 @@
-/* $OpenBSD: sftp-glob.h,v 1.1 2001/03/13 22:42:54 djm Exp $ */
+/* $OpenBSD: sftp-glob.h,v 1.8 2002/09/11 22:41:50 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
 
 /* Remote sftp filename globbing */
 
-int
-remote_glob(int fd_in, int fd_out, const char *pattern, int flags, 
-    const int (*errfunc)(const char *, int), glob_t *pglob);
+#ifndef _SFTP_GLOB_H
+#define _SFTP_GLOB_H
 
+#include "sftp-client.h"
+
+int remote_glob(struct sftp_conn *, const char *, int,
+    int (*)(const char *, int), glob_t *);
+
+#endif
This page took 0.052654 seconds and 4 git commands to generate.