]> andersk Git - openssh.git/blobdiff - sftp-glob.h
- djm@cvs.openbsd.org 2002/02/13 00:59:23
[openssh.git] / sftp-glob.h
index 2885044ae51fee0c43ab521c3e64122506b0b267..488b0a80b5bad1a9e809b54b05ee205d6a36af8a 100644 (file)
@@ -1,7 +1,7 @@
-/* $OpenBSD: sftp-glob.h,v 1.5 2001/06/26 17:27:24 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
 
 /* Remote sftp filename globbing */
 
+#ifndef _SFTP_GLOB_H
+#define _SFTP_GLOB_H
+
+#include "sftp-client.h"
+
 int
-remote_glob(int, int, const char *, int, int (*)(const char *, int), glob_t *);
+remote_glob(struct sftp_conn *, const char *, int, 
+    int (*)(const char *, int), glob_t *);
+
+#endif
This page took 0.293945 seconds and 4 git commands to generate.