]> git.proxmox.com Git - mirror_qemu.git/blobdiff - migration/qjson.h
Merge remote-tracking branch 'remotes/juanquintela/tags/migration-pull-request' into...
[mirror_qemu.git] / migration / qjson.h
index 2978b5f3712170a2f0878f44fefd0b4ed2016cfb..41664f2d71b545bbac60de5edb99126303c05f66 100644 (file)
@@ -13,8 +13,6 @@
 #ifndef QEMU_QJSON_H
 #define QEMU_QJSON_H
 
-typedef struct QJSON QJSON;
-
 QJSON *qjson_new(void);
 void qjson_destroy(QJSON *json);
 void json_prop_str(QJSON *json, const char *name, const char *str);