=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/channels.h,v retrieving revision 1.22.2.4 retrieving revision 1.22.2.5 diff -u -r1.22.2.4 -r1.22.2.5 --- src/usr.bin/ssh/channels.h 2001/05/07 21:09:27 1.22.2.4 +++ src/usr.bin/ssh/channels.h 2001/06/12 22:47:35 1.22.2.5 @@ -32,7 +32,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* RCSID("$OpenBSD: channels.h,v 1.22.2.4 2001/05/07 21:09:27 jason Exp $"); */ +/* RCSID("$OpenBSD: channels.h,v 1.22.2.5 2001/06/12 22:47:35 miod Exp $"); */ #ifndef CHANNELS_H #define CHANNELS_H @@ -292,6 +292,8 @@ * a static buffer. */ char *auth_get_socket_name(void); + +void auth_sock_cleanup_proc(void *_pw); /* * This is called to process SSH_CMSG_AGENT_REQUEST_FORWARDING on the server.