]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/ff-varint.h
Opt: Make OPT_LAST_ARG actually work and document interface of opt_parse()
[libucw.git] / ucw / ff-varint.h
index 2913267943ba9fad97cc186993ac7f9151caa175..18ab03eed9b8109fa686e9617ce9a5e50bc0e4ac 100644 (file)
 #include <ucw/fastbuf.h>
 #include <ucw/varint.h>
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define bget_varint_slow ucw_bget_varint_slow
+#define bput_varint_slow ucw_bput_varint_slow
+#endif
+
 u64 bget_varint_slow(struct fastbuf *b, u64 repl);
 void bput_varint_slow(struct fastbuf *b, u64 u);