X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/5cb490b04836ef624cdd0ba975ee5c2ff2e51a23..HEAD:/ucx/cx/printf.h diff --git a/ucx/cx/printf.h b/ucx/cx/printf.h index f4fc8ce..c2dc42f 100644 --- a/ucx/cx/printf.h +++ b/ucx/cx/printf.h @@ -96,7 +96,7 @@ int cx_vfprintf( */ __attribute__((__nonnull__(1, 2), __format__(printf, 2, 3))) cxmutstr cx_asprintf_a( - CxAllocator *allocator, + CxAllocator const *allocator, char const *fmt, ... ); @@ -129,7 +129,7 @@ cxmutstr cx_asprintf_a( */ __attribute__((__nonnull__)) cxmutstr cx_vasprintf_a( - CxAllocator *allocator, + CxAllocator const *allocator, char const *fmt, va_list ap );