mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
json: export non-static functions
Two non-static functions in virjson.c were missing their export info in libvirt_private.syms, so they couldn't be used anywhere it the code (and that's about to get changed). Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
fae5b555c8
commit
bb6a62d4ab
@ -1570,6 +1570,7 @@ virISCSIScanTargets;
|
||||
virJSONValueArrayAppend;
|
||||
virJSONValueArrayGet;
|
||||
virJSONValueArraySize;
|
||||
virJSONValueArraySteal;
|
||||
virJSONValueFree;
|
||||
virJSONValueFromString;
|
||||
virJSONValueGetArrayAsBitmap;
|
||||
@ -1580,6 +1581,7 @@ virJSONValueGetNumberLong;
|
||||
virJSONValueGetNumberUint;
|
||||
virJSONValueGetNumberUlong;
|
||||
virJSONValueGetString;
|
||||
virJSONValueIsArray;
|
||||
virJSONValueIsNull;
|
||||
virJSONValueNewArray;
|
||||
virJSONValueNewArrayFromBitmap;
|
||||
|
Loading…
Reference in New Issue
Block a user