X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=69e7e5a625b3256da59ed2831125467a3efc1b50;hp=27ab47e0d4538112f90ca62e7aa944a4663dd2fb;hb=30af0a1ebbea75c3e757eb03d3f988c61fce8511;hpb=473824797f568578dc17d7242551cb2f7ccef46c diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index 27ab47e..69e7e5a 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -143,6 +143,7 @@ ZOOM_diag_str (int error); #define ZOOM_ERROR_ES_INVALID_ACTION 10015 #define ZOOM_ERROR_ES_INVALID_VERSION 10016 #define ZOOM_ERROR_ES_INVALID_SYNTAX 10017 +#define ZOOM_ERROR_MEMCACHED 10018 ZOOM_API(int) ZOOM_connection_last_event(ZOOM_connection cs); @@ -228,9 +229,11 @@ ZOOM_resultset_facets(ZOOM_resultset r); /* retrieve (array of pointers to) facet fields */ ZOOM_API(const char **) -ZOOM_resultset_facets_names(ZOOM_resultset r); - - +ZOOM_resultset_facets_names(ZOOM_resultset r) +#ifdef __GNUC__ + __attribute__ ((deprecated)) +#endif + ; /* ----------------------------------------------------------- */ /* records */