omniClientCombineUrls2

Defined in OmniClient.h

struct OmniClientUrl *omniClientCombineUrls2(struct OmniClientUrl const *baseUrl, char const *otherUrl)

This combines a URL with an explicit base URL.

This differs from omniClientCombineUrls in the return type and type of “baseUrl”

Call omniClientFreeUrl to free the returned structure.