]> andersk Git - openssh.git/blobdiff - dispatch.h
- markus@cvs.openbsd.org 2001/11/07 22:53:21
[openssh.git] / dispatch.h
index f796705a249e069cdfd9868bd7fe7dbf66585614..7b94032afab083506d36b8118b283dab8161c542 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: dispatch.h,v 1.5 2001/06/26 06:32:52 itojun Exp $     */
+/*     $OpenBSD: dispatch.h,v 1.6 2001/06/26 17:27:23 markus Exp $     */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -30,7 +30,7 @@ enum {
 
 typedef void dispatch_fn(int, int, void *);
 
-void   dispatch_init(dispatch_fn *);
-void   dispatch_set(int, dispatch_fn *);
-void   dispatch_run(int, int *, void *);
-void   dispatch_protocol_error(int, int, void *);
+void    dispatch_init(dispatch_fn *);
+void    dispatch_set(int, dispatch_fn *);
+void    dispatch_run(int, int *, void *);
+void    dispatch_protocol_error(int, int, void *);
This page took 0.034084 seconds and 4 git commands to generate.