]> andersk Git - openssh.git/blobdiff - misc.h
- markus@cvs.openbsd.org 2002/03/19 10:49:35
[openssh.git] / misc.h
diff --git a/misc.h b/misc.h
index 668fd60d3bb7883a66bb5228ad39266a9e659108..3b4b879676f497b3b2d322af55b8ac66f57a0fef 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: misc.h,v 1.11 2002/01/24 21:09:25 stevesk Exp $       */
+/*     $OpenBSD: misc.h,v 1.12 2002/03/19 10:49:35 markus Exp $        */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -26,9 +26,9 @@ struct passwd *pwcopy(struct passwd *);
 
 typedef struct arglist arglist;
 struct arglist {
-        char    **list;
-        int     num;
-        int     nalloc;
+       char    **list;
+       int     num;
+       int     nalloc;
 };
 void    addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));
 
This page took 0.032844 seconds and 4 git commands to generate.