X-Git-Url: https://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=snprintf%2Fvarious.h;h=2a18461b24bf80423640f40e320ef83704a2e734;hp=dab78edabefe7a4f869dcc37372b02eb90894a22;hb=e5bc3b0f4d6c0407492ebdea863483925393e1bc;hpb=015d08b66af5ebd10665aa90f5426930e56c540d diff --git a/snprintf/various.h b/snprintf/various.h index dab78ed..2a18461 100644 --- a/snprintf/various.h +++ b/snprintf/various.h @@ -88,4 +88,6 @@ typedef struct __sFILE { extern int ust_safe_fflush(LFILE *fp); extern int ust_safe_vfprintf(LFILE *fp, const char *fmt0, va_list ap); +extern size_t ust_safe_mbrtowc(wchar_t *pwc, const char *s, size_t n, mbstate_t *ps); + #endif /* UST_SNPRINTF_VARIOUS_H */