DSO_merge

This function will invoke the DSO's merger callback to merge two file specifications, or if the callback isn't set it will instead use the DSO_METHOD's merger. A non-null return value will need to be free()'d.

extern (C) nothrow @nogc
char*
DSO_merge
(,
const(char)* filespec1
,
const(char)* filespec2
)

Meta