[BACK]Return to cli.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/cli.c between version 1.11 and 1.12

version 1.11, 2001/03/06 00:33:04 version 1.12, 2001/05/06 17:52:07
Line 162 
Line 162 
 }  }
   
 static int  static int
 cli_write(char* buf, int size)  cli_write(const char* buf, int size)
 {  {
         int i, len, pos, ret = 0;          int i, len, pos, ret = 0;
         char *output, *p;          char *output, *p;
Line 194 
Line 194 
  * buffer is storing the response.   * buffer is storing the response.
  */   */
 char*  char*
 cli_read_passphrase(char* prompt, int from_stdin, int echo_enable)  cli_read_passphrase(const char* prompt, int from_stdin, int echo_enable)
 {  {
         char    buf[BUFSIZ];          char    buf[BUFSIZ];
         char*   p;          char*   p;

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12