Pyramid* tsmReadTspec ( char *url, TsmConnectionParams params ) Read a tspec file from disk
Read a tspec file from disk.Parses a tspec file at the end of a file or http URL. The parsed tspec is returned in a Pyramid structure, or NULL if failed. N.B. this function is implicitly called by tsmConnect, so you should never need to use this function directly.