X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fsortspec.h;h=9f8324614a86c30dfd4bf7748192ba76e0185812;hb=46ef949fc6e8c975ebb5bd6ed1a4f745b2d24aae;hp=9fbcee7562724632d10c470e702a48feb6fd344c;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a;p=yaz-moved-to-github.git diff --git a/include/yaz/sortspec.h b/include/yaz/sortspec.h index 9fbcee7..9f83246 100644 --- a/include/yaz/sortspec.h +++ b/include/yaz/sortspec.h @@ -96,7 +96,7 @@ YAZ_EXPORT int yaz_sort_spec_to_srw_sortkeys(Z_SortKeySpecList *sksl, WRBUF w); \retval 0 successful \retval -1 failure */ -int yaz_srw_sortkeys_to_sort_spec(const char *srw_sortkeys, WRBUF w); +YAZ_EXPORT int yaz_srw_sortkeys_to_sort_spec(const char *srw_sortkeys, WRBUF w); YAZ_END_CDECL #endif