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

Diff for /src/usr.bin/ssh/Attic/cli.h between version 1.4 and 1.5

version 1.4, 2001/03/01 03:38:33 version 1.5, 2001/05/06 17:52:07
Line 35 
Line 35 
  * of response depending on arg.  Tries to ensure that no other userland   * of response depending on arg.  Tries to ensure that no other userland
  * buffer is storing the response.   * buffer is storing the response.
  */   */
 char *  cli_read_passphrase(char * prompt, int from_stdin, int echo_enable);  char*  cli_read_passphrase(const char* prompt, int from_stdin, int echo_enable);
 char *  cli_prompt(char * prompt, int echo_enable);  char*  cli_prompt(char* prompt, int echo_enable);
 void    cli_mesg(char * mesg);  void    cli_mesg(char * mesg);
   
 #endif /* CLI_H */  #endif /* CLI_H */

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5