home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Hardware / Drivers / APISpy / LinkList.h < prev    next >
C/C++ Source or Header  |  1997-11-11  |  191b  |  13 lines

  1. #ifndef LINKLIST_H
  2. #define LINKLIST_H
  3.  
  4. #include "APISpy32.h"
  5.  
  6. tagAPIInfo *AddItem();
  7. void RemoveItem(tagAPIInfo *Item);
  8.  
  9. extern tagAPIInfo *Head;
  10. extern tagAPIInfo *Tail;
  11.  
  12. #endif
  13.