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

Diff for /src/usr.bin/aucat/Attic/aparams.c between version 1.7 and 1.8

version 1.7, 2009/07/25 10:52:18 version 1.8, 2009/08/17 15:07:49
Line 42 
Line 42 
 };  };
   
 /*  /*
    * Fake parameters for byte-streams
    */
   struct aparams aparams_none = { 1, 0, 0, 0, 0, 0, 0, 0 };
   
   /*
  * Generate a string corresponding to the encoding in par,   * Generate a string corresponding to the encoding in par,
  * return the length of the resulting string.   * return the length of the resulting string.
  */   */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8