[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.2 and 1.2.4.2

version 1.2, 2000/10/16 09:38:44 version 1.2.4.2, 2001/03/12 15:44:09
Line 9 
Line 9 
  * 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(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.2  
changed lines
  Added in v.1.2.4.2