X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fisams.h;h=bcde9d8e723e43417583f1fff052a8104bd08fc3;hp=a853b57c431f13bc37e1b5703b16464194e7843b;hb=3726bf6622da6a8b983bb4cbb7d654e84c3216d7;hpb=0af5d3854fbf1ca317b8dc3cf3b478728f6d4d5a 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);