Defining Third-Party CM Tool Interfaces : User Function Interface to CM Tool : STM_CM_put_file

STM_CM_put_file
Checks in a file to the archive.
Syntax:
STM_CM_put_file
 
int
STM_CM_put_file(
const char *bank_dir,
const char *workfile_name,
const char *temp_file_to_ci,
const char *ext,
const char *user_name,
const char *comment_str,
int keep_lock,
char revision[STM_CM_version_length],
char error_message[STM_CM_message_length]
);