X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fyaz%2Frecord_conv.h;h=908924486ea599ce0f32f594afb3b96f0774c836;hb=dbc40ad16aa82379d2884e106d79c7d83312667a;hp=a9bdebeab239bd20866bb7e974040e10b6f55fa3;hpb=b0be69c0a676f1702f12b2ea17cd73f9ebb08ea2;p=yaz-moved-to-github.git diff --git a/include/yaz/record_conv.h b/include/yaz/record_conv.h index a9bdebe..9089244 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,14 +152,14 @@ 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