home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
mslang
/
isam
/
include
/
isammsg.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-08
|
255 b
|
12 lines
// ISAMMSG.H - Isam Message Function Header
#ifndef ISAMMSG_H
#define ISAMMSG_H
void IsamProgress(long recno);
void IsamError(const char *errmsg);
void IsamInitProgress(const char *fname, const char *idx);
void IsamEndProgress(void);
#endif