X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fidzebra%2Fapi.h;h=f1c7e841fc5c309dcad613bba0599be8b9d45018;hb=86702aad7008abed6afef80feed08b3e4e1cbcd1;hp=52154c47657160bae5f63805674bbe3f7d89237b;hpb=af90f7f836a48a8e4bf6d5c2fc15c7133bac06f3;p=idzebra-moved-to-github.git diff --git a/include/idzebra/api.h b/include/idzebra/api.h index 52154c4..f1c7e84 100644 --- a/include/idzebra/api.h +++ b/include/idzebra/api.h @@ -1,4 +1,4 @@ -/* $Id: api.h,v 1.45 2007-01-17 13:51:36 adam Exp $ +/* $Id: api.h,v 1.46 2007-01-17 15:35:47 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -498,9 +498,9 @@ YAZ_EXPORT ZEBRA_RES zebra_set_limit(ZebraHandle zh, int complement_flag, zint *ids); YAZ_EXPORT -ZEBRA_RES zebra_set_busy_handler(ZebraHandle zh, - int (*f)(void *client_data), - void *client_data); +ZEBRA_RES zebra_set_break_handler(ZebraHandle zh, + int (*f)(void *client_data), + void *client_data); YAZ_END_CDECL