=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/sftp-glob.h,v retrieving revision 1.1.4.4 retrieving revision 1.2 diff -u -r1.1.4.4 -r1.2 --- src/usr.bin/ssh/Attic/sftp-glob.h 2002/03/08 17:04:43 1.1.4.4 +++ src/usr.bin/ssh/Attic/sftp-glob.h 2001/04/05 10:42:53 1.2 @@ -1,7 +1,7 @@ -/* $OpenBSD: sftp-glob.h,v 1.1.4.4 2002/03/08 17:04:43 brad Exp $ */ +/* $OpenBSD: sftp-glob.h,v 1.2 2001/04/05 10:42:53 markus Exp $ */ /* - * Copyright (c) 2001,2002 Damien Miller. All rights reserved. + * Copyright (c) 2001 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,13 +26,7 @@ /* Remote sftp filename globbing */ -#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 *); +remote_glob(int fd_in, int fd_out, const char *pattern, int flags, + const int (*errfunc)(const char *, int), glob_t *pglob); -#endif