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

Diff for /src/usr.bin/finger/finger.h between version 1.4 and 1.5

version 1.4, 2003/06/03 02:56:08 version 1.5, 2003/06/25 21:10:55
Line 77 
Line 77 
   
 PERSON *htab[HSIZE];                    /* the buckets */  PERSON *htab[HSIZE];                    /* the buckets */
 PERSON *phead, *ptail;                  /* the linked list of all people */  PERSON *phead, *ptail;                  /* the linked list of all people */
   
 PERSON *enter_person(), *find_person(), *palloc();  
 WHERE *walloc();  

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