From a195f59f38f4550ef70ef7a75a9c95a52d6f907e Mon Sep 17 00:00:00 2001 From: Angel Ortega Date: Mon, 6 Apr 2009 20:24:35 +0200 Subject: [PATCH] Fix mpdm_dump_1() definition in mpdm.h. --- mpdm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpdm.h b/mpdm.h index 62cf6ad..6ecccdd 100644 --- a/mpdm.h +++ b/mpdm.h @@ -141,7 +141,7 @@ mpdm_t mpdm_hset_s(mpdm_t h, const wchar_t * k, mpdm_t v); mpdm_t mpdm_hdel(mpdm_t h, const mpdm_t k); mpdm_t mpdm_keys(const mpdm_t h); -wchar_t * (*mpdm_dump_1) (const mpdm_t v, int l, wchar_t *ptr, int *size); +extern wchar_t * (*mpdm_dump_1) (const mpdm_t v, int l, wchar_t *ptr, int *size); mpdm_t mpdm_dumper(const mpdm_t v); void mpdm_dump(const mpdm_t v); void mpdm_dump_unref(void); -- 2.11.4.GIT