X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/848befbcc166fff6fdde6a635cf7a31f9f9185e0..01d5015ba093f8c5fdb18b669943c7da6450e72f:/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 );