X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fjson_print.h;h=096a999a4de4b7a64e80e40edb4de893aa45e3e5;hb=9091ff0251f8da256d55ca4e994dbd14e32d08ad;hp=50e71de443ab6045e21a6df16f2066b4896fc5a2;hpb=82604d28525aae8d9c5206d5c1d70aee88a7d960;p=mirror_iproute2.git diff --git a/include/json_print.h b/include/json_print.h index 50e71de4..096a999a 100644 --- a/include/json_print.h +++ b/include/json_print.h @@ -65,6 +65,7 @@ void print_nl(void); _PRINT_FUNC(int, int) _PRINT_FUNC(s64, int64_t) _PRINT_FUNC(bool, bool) +_PRINT_FUNC(on_off, bool) _PRINT_FUNC(null, const char*) _PRINT_FUNC(string, const char*) _PRINT_FUNC(uint, unsigned int)