X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fpquery.h;h=a165a36bfa9bf51bbd2639eb3f5bd9f1627ad2a1;hp=13cd4d0ea4ac973f98a74b1a1fd914b2be7052f1;hb=4c1a14ddb2c650b935bc8dff4dc3f8a98ff7531c;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a diff --git a/include/yaz/pquery.h b/include/yaz/pquery.h index 13cd4d0..a165a36 100644 --- a/include/yaz/pquery.h +++ b/include/yaz/pquery.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data. + * Copyright (C) 1995-2013 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: @@ -60,7 +60,7 @@ YAZ_EXPORT void yaz_pqf_destroy(YAZ_PQF_Parser p); YAZ_EXPORT int yaz_pqf_error(YAZ_PQF_Parser p, const char **msg, size_t *off); -YAZ_EXPORT +YAZ_EXPORT Z_Term *z_Term_create(ODR o, int term_type, const char *buf, size_t len);