X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Frecord_conv.h;h=699c0eefee918348c8b5f2fe6a3c3913c02b9f4d;hp=a9bdebeab239bd20866bb7e974040e10b6f55fa3;hb=d94ffff6dcab70517a1588747bd76c6afc694a65;hpb=b0be69c0a676f1702f12b2ea17cd73f9ebb08ea2 diff --git a/include/yaz/record_conv.h b/include/yaz/record_conv.h index a9bdebe..699c0ee 100644 --- a/include/yaz/record_conv.h +++ b/include/yaz/record_conv.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: @@ -78,7 +78,7 @@ struct yaz_record_conv_type { \retval -1 failure On failure, use yaz_record_conv_get_error to get error string. - + \verbatim @@ -144,7 +144,7 @@ int yaz_record_conv_opac_record(yaz_record_conv_t p, /** returns error string (for last error) \param p record conversion handle \return error string -*/ +*/ YAZ_EXPORT const char *yaz_record_conv_get_error(yaz_record_conv_t p); @@ -152,15 +152,10 @@ const char *yaz_record_conv_get_error(yaz_record_conv_t p); /** set path for opening stylesheets etc. \param p record conversion handle \param path file path (UNIX style with : / Windows with ;) -*/ +*/ YAZ_EXPORT void yaz_record_conv_set_path(yaz_record_conv_t p, const char *path); -/** adds a type to our conversion handler - \param p record conversion handle - \param type info -*/ - YAZ_END_CDECL #endif