home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / jet_conf / misc.h < prev    next >
Text File  |  1993-05-10  |  769b  |  30 lines

  1. /*
  2.  * MISC.H
  3.  *
  4.  * header-module of misc.s (part of jet_conf.prg)
  5.  * miscellaneous routines to use with jet_conf.prg.
  6.  *
  7.  */
  8.  
  9. /*--- includes              ---*/
  10.  
  11. /*--- defines               ---*/
  12.  
  13. /*--- types                 ---*/
  14.  
  15. /*--- variables             ---*/
  16.  
  17. GLOBAL GRECT clip;
  18.  
  19. /*--- prototypes            ---*/
  20.  
  21. GLOBAL VOID  get_tos        ( WORD *tos );
  22. GLOBAL VOID  time_date        ( BYTE *time, BYTE *date );
  23. GLOBAL VOID  do_bcd            ( WORD bcd, BYTE *string );
  24. GLOBAL UWORD normkey        ( WORD kstate, WORD kreturn );
  25. GLOBAL WORD  select_file    ( BYTE *rpath, BYTE *rname, BYTE *rlabel );
  26. GLOBAL WORD  dial_do        ( DIALINFO *di, WORD edit, VOID *listbox );
  27. GLOBAL VOID  set_clip        ( RECT *area, BOOLEAN clipflag );
  28.  
  29. /*--- End of misc.h module  ---*/
  30.