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

Diff for /src/usr.bin/ssh/misc.c between version 1.33 and 1.34

version 1.33, 2005/07/04 00:58:43 version 1.34, 2005/07/08 09:26:18
Line 419 
Line 419 
 /*  /*
  * Expand a string with a set of %[char] escapes. A number of escapes may be   * Expand a string with a set of %[char] escapes. A number of escapes may be
  * specified as (char *escape_chars, char *replacement) pairs. The list must   * specified as (char *escape_chars, char *replacement) pairs. The list must
  * be terminated by an escape_char of -1. Returns replaced string in memory   * be terminated by a NULL escape_char. Returns replaced string in memory
  * allocated by xmalloc.   * allocated by xmalloc.
  */   */
 char *  char *

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34