Core: move lasso_strerror declaration to errors.h

This commit is contained in:
Benjamin Dauvergne 2010-06-12 00:43:43 +00:00
parent d4551542c6
commit c4ac4f652c
2 changed files with 4 additions and 2 deletions

View File

@ -36,6 +36,10 @@
* <para><emphasis>Beware that this convention is not always well followed.</emphasis></para>
*/
#include "./export.h"
LASSO_EXPORT const char* lasso_strerror(int error_code);
/**
* LASSO_ERROR_UNDEFINED:
*

View File

@ -170,8 +170,6 @@ LASSO_EXPORT LassoMessageFormat lasso_node_init_from_message(LassoNode *node, co
LASSO_EXPORT gboolean lasso_node_init_from_query(LassoNode *node, const char *query);
LASSO_EXPORT int lasso_node_init_from_xml(LassoNode *node, xmlNode *xmlnode);
LASSO_EXPORT const char* lasso_strerror(int error_code);
LASSO_EXPORT void lasso_register_dst_service(const char *prefix, const char *href);
LASSO_EXPORT char* lasso_get_prefix_for_dst_service_href(const char *href);