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

version 1.2, 1996/06/26 05:33:16 version 1.3, 1997/05/30 23:35:51
Line 82 
Line 82 
 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 */
   
 int entries;                            /* number of people */  
   
 PERSON *enter_person(), *find_person(), *palloc();  PERSON *enter_person(), *find_person(), *palloc();
 WHERE *walloc();  WHERE *walloc();
   
 extern char tbuf[1024];                 /* temp buffer for anybody */  

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3