]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - include/json_print.h
lib: json_print: Add print_on_off()
[mirror_iproute2.git] / include / json_print.h
index 50e71de443ab6045e21a6df16f2066b4896fc5a2..096a999a4de4b7a64e80e40edb4de893aa45e3e5 100644 (file)
@@ -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)