X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fisams.h;h=bcde9d8e723e43417583f1fff052a8104bd08fc3;hb=43e51e6fd8d1e10b5d5b6d62de8da6ec833f806c;hp=a853b57c431f13bc37e1b5703b16464194e7843b;hpb=bceca936710690858ea162e7bc22de819f0e280f;p=idzebra-moved-to-github.git diff --git a/include/isams.h b/include/isams.h index a853b57..bcde9d8 100644 --- a/include/isams.h +++ b/include/isams.h @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: isams.h,v 1.1 1999-05-12 13:08:06 adam Exp $ + * $Id: isams.h,v 1.2 1999-07-14 10:59:26 adam Exp $ */ #ifndef ISAMS_H #define ISAMS_H @@ -36,7 +36,7 @@ typedef struct ISAMS_I_s { void *clientData; } *ISAMS_I; -ISAMS_M isams_getmethod (void); +void isams_getmethod (ISAMS_M me); ISAMS isams_open (BFiles bfs, const char *name, int writeflag, ISAMS_M method);