]> andersk Git - openssh.git/blobdiff - sftp-glob.h
Should have removed this. It's part of nchan.c now.
[openssh.git] / sftp-glob.h
index 9e75168acbf70fb70640de11adc01191149d7a08..4206af4397694911f1a2593940bea2eb60251bf5 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-glob.h,v 1.1 2001/03/13 22:42:54 djm Exp $ */
+/* $OpenBSD: sftp-glob.h,v 1.3 2001/04/15 08:43:46 markus Exp $ */
 
 /*
  * Copyright (c) 2001 Damien Miller.  All rights reserved.
@@ -27,6 +27,6 @@
 /* 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);
+remote_glob(int fd_in, int fd_out, const char *pattern, int flags,
+    int (*errfunc)(const char *, int), glob_t *pglob);
 
This page took 0.033212 seconds and 4 git commands to generate.