home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $id: ssvcid bminfo.h 1.0 10/15/91 9:50 am$
- ** Function prototypes for bminfo.c
- **
- ** (C) 1991 Larry Widing
- */
- #ifndef __BMINFO_H__
- #define __BMINFO_H__ 1
-
- extern void InfoDisplay(void);
-
- #endif /* !defined(__BMINFO_H__) */
-
- /*
- ** Modification History
- ** --------------------
- ** $lgb$
- ** 10/15/91 Larry Widing Initial version for Win Tech Journal Article.
- ** $lge$
- */
-