X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=snprintf%2Fvarious.h;h=2a18461b24bf80423640f40e320ef83704a2e734;hb=02c8b050c0fbb61aa8625ecaf8776e642449c838;hp=dab78edabefe7a4f869dcc37372b02eb90894a22;hpb=bf0d695d692163edb23b8fbbbd976387dfef232d;p=ust.git 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 */