X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ucw%2Fbbuf.h;h=9e26436b58d99cb7bc804c6406668d8995b8f191;hb=d9c55a4d021b4a317a25f14f89468d62592aae0b;hp=ecc1f66c1b6fa1ca198e7ed945979bd7ac43d2d7;hpb=60ff9b9487c208e8c6e3ef0a6507204f90c8ad12;p=libucw.git diff --git a/ucw/bbuf.h b/ucw/bbuf.h index ecc1f66c..9e26436b 100644 --- a/ucw/bbuf.h +++ b/ucw/bbuf.h @@ -10,9 +10,16 @@ #ifndef _UCW_BBUF_H #define _UCW_BBUF_H +#ifdef CONFIG_UCW_CLEAN_ABI +#define bb_printf ucw_bb_printf +#define bb_printf_at ucw_bb_printf_at +#define bb_vprintf ucw_bb_vprintf +#define bb_vprintf_at ucw_bb_vprintf_at +#endif + #define GBUF_TYPE byte #define GBUF_PREFIX(x) bb_##x -#include "ucw/gbuf.h" +#include /** * printf() into a growing buffer with `va_list` arguments.