This function is going to be mocked soon. Annotate and export it.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
bool autoAnswer);
int esxVI_LookupDatastoreList(esxVI_Context *ctx, esxVI_String *propertyNameList,
- esxVI_ObjectContent **datastoreList);
+ esxVI_ObjectContent **datastoreList) ATTRIBUTE_MOCKABLE;
int esxVI_LookupDatastoreByName(esxVI_Context *ctx, const char *name,
esxVI_String *propertyNameList,
esxUtil_ParseDatastorePath;
+# esx/esx_vi.h
+esxVI_LookupDatastoreList;
+
+
# esx/esx_vi_types.h
esxVI_DateTime_ConvertToCalendarTime;