Renames a topology.
int
tpm_mntrename(
char *toponame,
char *newname,
char *newdesc);
Returns RTNORM or an error code.
toponame | The name of the topology you wish to rename. |
newname | The new name of the topology. |
newdesc | The new description of the topology. |