]> andersk Git - openssh.git/blobdiff - misc.h
- djm@cvs.openbsd.org 2005/07/04 00:58:43
[openssh.git] / misc.h
diff --git a/misc.h b/misc.h
index a85fcd134b1f22276f8e8add0debc4503bf0204f..92848b28e1c10f30ca917d5ee7ae74a3633ae070 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: misc.h,v 1.23 2005/06/06 11:20:36 djm Exp $   */
+/*     $OpenBSD: misc.h,v 1.24 2005/07/04 00:58:43 djm Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -26,6 +26,7 @@ char  *colon(char *);
 long    convtime(const char *);
 char   *tilde_expand_filename(const char *, uid_t);
 char   *percent_expand(const char *, ...) __attribute__((sentinel));
+char   *tohex(const u_char *, u_int);
 
 struct passwd *pwcopy(struct passwd *);
 
This page took 0.04819 seconds and 4 git commands to generate.