12345678910111213141516171819202122232425262728293031 |
- /*
- * $Source: f:/miner/source/main/editor/rcs/kfuncs.h $
- * $Revision: 2.0 $
- * $Author: john $
- * $Date: 1995/02/27 11:34:33 $
- *
- * Header for kfuncs.c
- *
- * $Log: kfuncs.h $
- * Revision 2.0 1995/02/27 11:34:33 john
- * Version 2.0! No anonymous unions, Watcom 10.0, with no need
- * for bitmaps.tbl.
- *
- * Revision 1.2 1994/05/14 17:18:18 matt
- * Got rid of externs in source (non-header) files
- *
- * Revision 1.1 1994/05/14 16:37:14 matt
- * Initial revision
- *
- *
- */
- #ifndef _KFUNCS_H
- #define _KFUNCS_H
- void init_med_functions(void);
- #endif
|