X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fisamb.h;fp=include%2Fisamb.h;h=355c7a432c3ffb8794c94c35f2772d9835cd7fd6;hp=0000000000000000000000000000000000000000;hb=289af445bf7c8042b46200f9f2af18049ae049fb;hpb=7149e5607a0d473d958ed1758728cc343b56d681 diff --git a/include/isamb.h b/include/isamb.h new file mode 100644 index 0000000..355c7a4 --- /dev/null +++ b/include/isamb.h @@ -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 +#include + +typedef struct ISAMB_s *ISAMB; + +ISAMB isamb_open (BFiles bfs, const char *name, ISAMC_M method); +void isamb_close (ISAMB isamb); + +#endif