home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / jet_conf / lists.h < prev    next >
C/C++ Source or Header  |  1993-05-11  |  465b  |  28 lines

  1. /*
  2.  * LISTS.H
  3.  *
  4.  * header-module of lists.c (part of jet_conf.prg)
  5.  *
  6.  */
  7.  
  8. /*--- includes              ---*/
  9.  
  10. #include    "listbox.h"
  11.  
  12. /*--- defines               ---*/
  13.  
  14. /*--- types                 ---*/
  15.  
  16. /*--- variables             ---*/
  17.  
  18. GLOBAL    LISTBOX        linklist;
  19.  
  20. /*--- prototypes            ---*/
  21.  
  22. GLOBAL VOID init_lists( VOID );
  23. GLOBAL VOID hndl_linkbox( VOID );
  24. GLOBAL VOID reset_linkbox( VOID );
  25.  
  26. /*--- End of lists.h module  ---*/
  27.  
  28.