zebra_register_check fixes
[idzebra-moved-to-github.git] / include / idzebra / api.h
index 82bf7ce..f91a536 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the Zebra server.
-   Copyright (C) 1994-2010 Index Data
+   Copyright (C) 1994-2011 Index Data
 
 Zebra is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
@@ -511,7 +511,7 @@ ZEBRA_RES zebra_set_break_handler(ZebraHandle zh,
                                   void *client_data);
 
 YAZ_EXPORT
-ZEBRA_RES zebra_register_check(ZebraHandle zh);
+ZEBRA_RES zebra_register_check(ZebraHandle zh, int message_limit);
 
 YAZ_END_CDECL