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

Diff for /src/usr.bin/tip/Attic/acu.c between version 1.11 and 1.12

version 1.11, 2006/03/16 19:32:46 version 1.12, 2006/03/17 14:43:06
Line 41 
Line 41 
   
 static acu_t *acu = NOACU;  static acu_t *acu = NOACU;
 static int conflag;  static int conflag;
 static void acuabort();  static void acuabort(int);
 static acu_t *acutype();  static acu_t *acutype(char *);
 static jmp_buf jmpbuf;  static jmp_buf jmpbuf;
 /*  /*
  * Establish connection for tip   * Establish connection for tip

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