omniClientAddDefaultSearchPath

Defined in OmniClient.h

void omniClientAddDefaultSearchPath(char const *searchPath)

Add a default search path to the list of search paths used by resolve.

New default search paths are added to the top of the stack (meaning they will match before older default search paths), but all default search paths are underneath the searchPaths explicitly provided to resolve.

If this searchPath is already in the list, it is moved to the top