X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fisams.h;h=92c316006bce0facdfd796050c1f2c35407bd19c;hp=925175b9ba2ef5701fccd6ba7e5acdc4a614a727;hb=05259bf944ff61befc9bee89b7377bf365b25099;hpb=dad1f030850824e6c0d8dab90abd0b7fc84b301c diff --git a/include/isams.h b/include/isams.h index 925175b..92c3160 100644 --- a/include/isams.h +++ b/include/isams.h @@ -1,5 +1,5 @@ -/* $Id: isams.h,v 1.4 2003-06-23 15:36:11 adam Exp $ - Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 +/* $Id: isams.h,v 1.5 2004-06-01 12:56:38 adam Exp $ + Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps This file is part of the Zebra server. @@ -36,6 +36,7 @@ typedef struct ISAMS_PP_s *ISAMS_PP; typedef struct ISAMS_M_s { int (*compare_item)(const void *a, const void *b); + void (*log_item)(int logmask, const void *p, const char *txt); #define ISAMC_DECODE 0 #define ISAMC_ENCODE 1