X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/3c0ef6268ff5921062694dbd2cbb80f558aa8d40..e9a17296ccbb7bb4f9a0affffe58d2240768a7d4:/openssh/sftp-glob.h diff --git a/openssh/sftp-glob.h b/openssh/sftp-glob.h index 2885044..488b0a8 100644 --- a/openssh/sftp-glob.h +++ b/openssh/sftp-glob.h @@ -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 @@ -26,5 +26,13 @@ /* 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