X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fzoom.h;h=69e7e5a625b3256da59ed2831125467a3efc1b50;hb=077c4e7bb226de0f6414674e01a838498a49867b;hp=ac10540b8ccf7c7a0e63a56be96355f1f792bd6c;hpb=5242cb5a8634bfa38b9333ff7f903e718ac6e292;p=yaz-moved-to-github.git diff --git a/include/yaz/zoom.h b/include/yaz/zoom.h index ac10540..69e7e5a 100644 --- a/include/yaz/zoom.h +++ b/include/yaz/zoom.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data. + * Copyright (C) Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -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 */