home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / isam / include / isammsg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-08  |  255 b   |  12 lines

  1. // ISAMMSG.H - Isam Message Function Header
  2.  
  3. #ifndef ISAMMSG_H
  4. #define ISAMMSG_H
  5.  
  6. void IsamProgress(long recno);
  7. void IsamError(const char *errmsg);
  8. void IsamInitProgress(const char *fname, const char *idx);
  9. void IsamEndProgress(void);
  10.  
  11. #endif
  12.