X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;fp=include%2Fyaz%2Fzoom.h;h=a505e12c9d32819007bef22094cef3bda9b28d8b;hp=4b0a4cc0fa94971264869f3124069826ab964bfd;hb=86878f261a0679ae4cbddad2f8eb3208722e2e3b;hpb=c1250b6b91fc106645f28bff1d6188936434a494 diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index 4b0a4cc..a505e12 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -140,6 +140,9 @@ ZOOM_diag_str (int error); #define ZOOM_ERROR_CQL_TRANSFORM 10012 #define ZOOM_ERROR_CCL_CONFIG 10013 #define ZOOM_ERROR_CCL_PARSE 10014 +#define ZOOM_ERROR_ES_INVALID_ACTION 10015 +#define ZOOM_ERROR_ES_INVALID_VERSION 10016 +#define ZOOM_ERROR_ES_INVALID_SYNTAX 10017 ZOOM_API(int) ZOOM_connection_last_event(ZOOM_connection cs);