|
@@ -557,7 +557,7 @@ void UA_EXPORT UA_delete(void *p, const UA_DataType *dataType);
|
|
|
* @param dataType The datatype description
|
|
|
* @return Returns the memory location of the variable or (void*)0 if no memory could be allocated
|
|
|
*/
|
|
|
-void* UA_EXPORT UA_Array_new(const UA_DataType *dataType, UA_Int32 noElements);
|
|
|
+void UA_EXPORT * UA_Array_new(const UA_DataType *dataType, UA_Int32 noElements);
|
|
|
|
|
|
/**
|
|
|
* Allocates and copies an array. dst is set to (void*)0 if not enough memory is available.
|