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:
Martin Kletzander 2015-04-13 16:11:03 +02:00
parent fae5b555c8
commit bb6a62d4ab

View File

@ -1570,6 +1570,7 @@ virISCSIScanTargets;
virJSONValueArrayAppend; virJSONValueArrayAppend;
virJSONValueArrayGet; virJSONValueArrayGet;
virJSONValueArraySize; virJSONValueArraySize;
virJSONValueArraySteal;
virJSONValueFree; virJSONValueFree;
virJSONValueFromString; virJSONValueFromString;
virJSONValueGetArrayAsBitmap; virJSONValueGetArrayAsBitmap;
@ -1580,6 +1581,7 @@ virJSONValueGetNumberLong;
virJSONValueGetNumberUint; virJSONValueGetNumberUint;
virJSONValueGetNumberUlong; virJSONValueGetNumberUlong;
virJSONValueGetString; virJSONValueGetString;
virJSONValueIsArray;
virJSONValueIsNull; virJSONValueIsNull;
virJSONValueNewArray; virJSONValueNewArray;
virJSONValueNewArrayFromBitmap; virJSONValueNewArrayFromBitmap;