get_decimal_len wasn't declared in C portion of the code and the symbol was mangled.

This commit is contained in:
VilhoRaatikka 2014-10-01 22:17:43 +03:00
parent c4ca1ddb13
commit cd0c17676e

View File

@ -192,10 +192,11 @@ int skygw_rwlock_unlock(skygw_rwlock_t* rwlock);
int skygw_rwlock_init(skygw_rwlock_t** rwlock);
int atomic_add(int *variable, int value);
size_t get_decimal_len(size_t s);
EXTERN_C_BLOCK_BEGIN
size_t get_decimal_len(size_t s);
char* replace_literal(char* haystack,
const char* needle,
const char* replacement);