]> andersk Git - openssh.git/blobdiff - misc.h
- djm@cvs.openbsd.org 2004/05/08 00:21:31
[openssh.git] / misc.h
diff --git a/misc.h b/misc.h
index 45d1c0a0df869e8e59c87399c0d45f9203146dd1..d4a23cba317b30f0a1b0a9340d92e2fdf98b82eb 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: misc.h,v 1.13 2004/05/08 00:01:37 deraadt Exp $       */
+/*     $OpenBSD: misc.h,v 1.14 2004/05/08 00:21:31 djm Exp $   */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -12,6 +12,8 @@
  * called by a name other than "ssh" or "Secure Shell".
  */
 
+/* misc.c */
+
 char   *chop(char *);
 char   *strdelim(char **);
 void    set_nonblock(int);
@@ -32,4 +34,14 @@ struct arglist {
 };
 void    addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));
 
+/* tildexpand.c */
+
 char   *tilde_expand_filename(const char *, uid_t);
+
+/* readpass.c */
+
+#define RP_ECHO                        0x0001
+#define RP_ALLOW_STDIN         0x0002
+#define RP_ALLOW_EOF           0x0004
+
+char   *read_passphrase(const char *, int);
This page took 0.036195 seconds and 4 git commands to generate.