]> andersk Git - openssh.git/blobdiff - readpass.h
- deraadt@cvs.openbsd.org 2001/03/02 09:42:49
[openssh.git] / readpass.h
index fa64b4b343be86bd2025c55741b474108d89962f..38d11af6b74b2dad6d8ef22831321905f7f897a6 100644 (file)
@@ -1,3 +1,5 @@
+/*     $OpenBSD: readpass.h,v 1.2 2001/01/29 01:58:17 niklas Exp $     */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -15,4 +17,4 @@
  * passphrase (allocated with xmalloc).  Exits if EOF is encountered. If
  * from_stdin is true, the passphrase will be read from stdin instead.
  */
-char   *read_passphrase(char *prompt, int from_stdin);
+char   *read_passphrase(const char *prompt, int from_stdin);
This page took 0.030711 seconds and 4 git commands to generate.