added moo_backuperrmsg()

This commit is contained in:
hyunghwan.chung
2018-01-19 17:44:07 +00:00
parent d54552aff8
commit e33ea4321e
4 changed files with 19 additions and 9 deletions

View File

@ -1670,11 +1670,15 @@ MOO_EXPORT void moo_seterrwithsyserr (
int syserr
);
MOO_EXPORT const moo_ooch_t* moo_geterrstr (
moo_t* moo
);
MOO_EXPORT const moo_ooch_t* moo_geterrmsg (
moo_t* moo
);
MOO_EXPORT const moo_ooch_t* moo_geterrstr (
MOO_EXPORT const moo_ooch_t* moo_backuperrmsg (
moo_t* moo
);