Fixed notification of live-updates. Fixed minor problem with mf_init
[idzebra-moved-to-github.git] / include / isamb.h
1 /*
2  * $Id: isamb.h,v 1.1 2000-10-17 12:37:09 adam Exp $
3  */
4
5 #ifndef ISAMB_H
6 #define ISAMB_H
7
8 #include <bfile.h>
9 #include <isamc.h>
10
11 typedef struct ISAMB_s *ISAMB;
12
13 ISAMB isamb_open (BFiles bfs, const char *name, ISAMC_M method);
14 void isamb_close (ISAMB isamb);
15
16 #endif