]> andersk Git - openssh.git/blobdiff - dispatch.c
- (djm) [Makefile.in]
[openssh.git] / dispatch.c
index eac07b1b3ce3d9fd3b3d0de6081fe9d757aea65d..c1d98a78e69f268491754729501ec4c9952fefcd 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: dispatch.c,v 1.18 2006/03/25 13:17:01 djm Exp $ */
+/* $OpenBSD: dispatch.c,v 1.20 2006/07/23 01:11:05 stevesk Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
@@ -24,6 +24,8 @@
  */
 #include "includes.h"
 
+#include <signal.h>
+
 #include "ssh1.h"
 #include "ssh2.h"
 #include "log.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.031501 seconds and 4 git commands to generate.