]> andersk Git - openssh.git/blobdiff - misc.h
- djm@cvs.openbsd.org 2005/06/06 11:20:36
[openssh.git] / misc.h
diff --git a/misc.h b/misc.h
index 798d80fbf3fd98794d034ca288d54260c33f58b7..a85fcd134b1f22276f8e8add0debc4503bf0204f 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: misc.h,v 1.22 2005/04/09 04:32:54 djm Exp $   */
+/*     $OpenBSD: misc.h,v 1.23 2005/06/06 11:20:36 djm Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -25,6 +25,7 @@ char  *cleanhostname(char *);
 char   *colon(char *);
 long    convtime(const char *);
 char   *tilde_expand_filename(const char *, uid_t);
+char   *percent_expand(const char *, ...) __attribute__((sentinel));
 
 struct passwd *pwcopy(struct passwd *);
 
This page took 0.035022 seconds and 4 git commands to generate.