]> andersk Git - openssh.git/blobdiff - misc.h
- deraadt@cvs.openbsd.org 2004/05/08 00:01:37
[openssh.git] / misc.h
diff --git a/misc.h b/misc.h
index 6d2869b3612246729660b97163e112ee20dafa00..45d1c0a0df869e8e59c87399c0d45f9203146dd1 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: misc.h,v 1.12 2002/03/19 10:49:35 markus Exp $        */
+/*     $OpenBSD: misc.h,v 1.13 2004/05/08 00:01:37 deraadt Exp $       */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -31,3 +31,5 @@ struct arglist {
        int     nalloc;
 };
 void    addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));
+
+char   *tilde_expand_filename(const char *, uid_t);
This page took 0.095049 seconds and 4 git commands to generate.