]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
json: export non-static functions
authorMartin Kletzander <mkletzan@redhat.com>
Mon, 13 Apr 2015 14:11:03 +0000 (16:11 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 15 Apr 2015 11:33:35 +0000 (13:33 +0200)
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>
src/libvirt_private.syms

index acaaaabf1c00d728a654f08b34e88a7670e3a334..6dd3b6f103f4ee0543cd4ab032affa545d290337 100644 (file)
@@ -1570,6 +1570,7 @@ virISCSIScanTargets;
 virJSONValueArrayAppend;
 virJSONValueArrayGet;
 virJSONValueArraySize;
+virJSONValueArraySteal;
 virJSONValueFree;
 virJSONValueFromString;
 virJSONValueGetArrayAsBitmap;
@@ -1580,6 +1581,7 @@ virJSONValueGetNumberLong;
 virJSONValueGetNumberUint;
 virJSONValueGetNumberUlong;
 virJSONValueGetString;
+virJSONValueIsArray;
 virJSONValueIsNull;
 virJSONValueNewArray;
 virJSONValueNewArrayFromBitmap;