]> andersk Git - openssh.git/blobdiff - misc.h
- djm@cvs.openbsd.org 2006/01/31 10:19:02
[openssh.git] / misc.h
diff --git a/misc.h b/misc.h
index 41591068695dfe74d902dbe8243057e3167d009f..0a1a09a68baab9d96f8f862c7366c28576f66a4d 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: misc.h,v 1.28 2005/12/08 18:34:11 reyk Exp $  */
+/*     $OpenBSD: misc.h,v 1.29 2006/01/31 10:19:02 djm Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -38,7 +38,11 @@ struct arglist {
        u_int   num;
        u_int   nalloc;
 };
-void    addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));
+void    addargs(arglist *, char *, ...)
+            __attribute__((format(printf, 2, 3)));
+void    replacearg(arglist *, u_int, char *, ...)
+            __attribute__((format(printf, 3, 4)));
+void    freeargs(arglist *);
 
 /* readpass.c */
 
This page took 0.037649 seconds and 4 git commands to generate.