=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/dispatch.h,v retrieving revision 1.9.16.1 retrieving revision 1.10 diff -u -r1.9.16.1 -r1.10 --- src/usr.bin/ssh/dispatch.h 2006/10/06 03:19:32 1.9.16.1 +++ src/usr.bin/ssh/dispatch.h 2006/03/25 22:22:43 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: dispatch.h,v 1.9.16.1 2006/10/06 03:19:32 brad Exp $ */ +/* $OpenBSD: dispatch.h,v 1.10 2006/03/25 22:22:43 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -33,6 +33,6 @@ void dispatch_init(dispatch_fn *); void dispatch_set(int, dispatch_fn *); void dispatch_range(u_int, u_int, dispatch_fn *); -void dispatch_run(int, volatile sig_atomic_t *, void *); +void dispatch_run(int, int *, void *); void dispatch_protocol_error(int, u_int32_t, void *); void dispatch_protocol_ignore(int, u_int32_t, void *);