KFUNCS.H 595 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * $Source: f:/miner/source/main/editor/rcs/kfuncs.h $
  3. * $Revision: 2.0 $
  4. * $Author: john $
  5. * $Date: 1995/02/27 11:34:33 $
  6. *
  7. * Header for kfuncs.c
  8. *
  9. * $Log: kfuncs.h $
  10. * Revision 2.0 1995/02/27 11:34:33 john
  11. * Version 2.0! No anonymous unions, Watcom 10.0, with no need
  12. * for bitmaps.tbl.
  13. *
  14. * Revision 1.2 1994/05/14 17:18:18 matt
  15. * Got rid of externs in source (non-header) files
  16. *
  17. * Revision 1.1 1994/05/14 16:37:14 matt
  18. * Initial revision
  19. *
  20. *
  21. */
  22. #ifndef _KFUNCS_H
  23. #define _KFUNCS_H
  24. void init_med_functions(void);
  25. #endif