]> andersk Git - openssh.git/blobdiff - dispatch.c
- (djm) [Makefile.in]
[openssh.git] / dispatch.c
index e962fb34b4953405e5828c8f666256976cade056..c1d98a78e69f268491754729501ec4c9952fefcd 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: dispatch.c,v 1.20 2006/07/23 01:11:05 stevesk Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
@@ -22,7 +23,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 #include "includes.h"
-RCSID("$OpenBSD: dispatch.c,v 1.15 2002/01/11 13:39:36 markus Exp $");
+
+#include <signal.h>
 
 #include "ssh1.h"
 #include "ssh2.h"
@@ -76,7 +78,7 @@ dispatch_set(int type, dispatch_fn *fn)
        dispatch[type] = fn;
 }
 void
-dispatch_run(int mode, int *done, void *ctxt)
+dispatch_run(int mode, volatile sig_atomic_t *done, void *ctxt)
 {
        for (;;) {
                int type;
This page took 0.052592 seconds and 4 git commands to generate.