Fixed notification of live-updates. Fixed minor problem with mf_init
[idzebra-moved-to-github.git] / include / isamb.h
diff --git a/include/isamb.h b/include/isamb.h
new file mode 100644 (file)
index 0000000..355c7a4
--- /dev/null
@@ -0,0 +1,16 @@
+/*
+ * $Id: isamb.h,v 1.1 2000-10-17 12:37:09 adam Exp $
+ */
+
+#ifndef ISAMB_H
+#define ISAMB_H
+
+#include <bfile.h>
+#include <isamc.h>
+
+typedef struct ISAMB_s *ISAMB;
+
+ISAMB isamb_open (BFiles bfs, const char *name, ISAMC_M method);
+void isamb_close (ISAMB isamb);
+
+#endif