]> git.proxmox.com Git - qemu.git/blobdiff - json-lexer.h
usb-ccid: Drop unused CCIDCardInfo callback print()
[qemu.git] / json-lexer.h
index 3b50c4634b31c4931d67dafbf28603f5e6b22832..10bc0a77984df5e607b3382c9b455907fa4edbc2 100644 (file)
@@ -25,6 +25,7 @@ typedef enum json_token_type {
     JSON_STRING,
     JSON_ESCAPE,
     JSON_SKIP,
+    JSON_ERROR,
 } JSONTokenType;
 
 typedef struct JSONLexer JSONLexer;