[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.5 and 1.6

version 1.5, 2003/06/25 21:10:55 version 1.6, 2004/03/15 02:50:29
Line 75 
Line 75 
 #define HSIZE   (1 << 8)                /* hash table size */  #define HSIZE   (1 << 8)                /* hash table size */
 #define HMASK   (HSIZE - 1)             /* hash code mask */  #define HMASK   (HSIZE - 1)             /* hash code mask */
   
 PERSON *htab[HSIZE];                    /* the buckets */  extern PERSON *htab[HSIZE];             /* the buckets */
 PERSON *phead, *ptail;                  /* the linked list of all people */  extern PERSON *phead, *ptail;           /* the linked list of all people */

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