fix python build

mark_fallbacks_published
Hubert Chathi 2021-11-19 15:49:12 -05:00
parent 98b8e35a7c
commit 5039c0cc3a
1 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,8 @@
#ifndef OLM_ERROR_H_
#define OLM_ERROR_H_
#include "olm/olm_export.h"
#ifdef __cplusplus
extern "C" {
#endif
@ -69,7 +71,7 @@ enum OlmErrorCode {
};
/** get a string representation of the given error code. */
const char * _olm_error_to_string(enum OlmErrorCode error);
OLM_EXPORT const char * _olm_error_to_string(enum OlmErrorCode error);
#ifdef __cplusplus
} // extern "C"