aboutsummaryrefslogtreecommitdiff
path: root/migration/qjson.h
diff options
context:
space:
mode:
Diffstat (limited to 'migration/qjson.h')
-rw-r--r--migration/qjson.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/migration/qjson.h b/migration/qjson.h
index 2978b5f..41664f2 100644
--- a/migration/qjson.h
+++ b/migration/qjson.h
@@ -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);