diff --git a/src/common/slurm_protocol_defs.c b/src/common/slurm_protocol_defs.c index 61fd78d05047af6ca8f032811a50e72bef3dc5ec..aada14e1eed5c834955c2024dbf0eebd489ebc9f 100644 --- a/src/common/slurm_protocol_defs.c +++ b/src/common/slurm_protocol_defs.c @@ -20,7 +20,7 @@ void slurm_free_return_code_msg ( return_code_msg_t * msg ) -void slurm_free_slurm_ctl_conf ( slurm_ctl_conf_info_msg_t * build_ptr ) +void slurm_free_ctl_conf ( slurm_ctl_conf_info_msg_t * build_ptr ) { if ( build_ptr ) { diff --git a/src/common/slurm_protocol_defs.h b/src/common/slurm_protocol_defs.h index 792a3f49e990e9875887ebcd967d66d82f3901fc..45166a531ad306ae28805c42e06f03a01c989a97 100644 --- a/src/common/slurm_protocol_defs.h +++ b/src/common/slurm_protocol_defs.h @@ -283,7 +283,7 @@ void inline slurm_free_last_update_msg ( last_update_msg_t * msg ) ; void inline slurm_free_return_code_msg ( return_code_msg_t * msg ) ; void inline slurm_free_job_id_msg ( job_id_msg_t * msg ) ; -void inline slurm_free_slurm_ctl_conf ( slurm_ctl_conf_info_msg_t * build_ptr ) ; +void inline slurm_free_ctl_conf ( slurm_ctl_conf_info_msg_t * build_ptr ) ; void inline slurm_free_job_desc_msg ( job_desc_msg_t * msg ) ; void inline slurm_free_node_registration_status_msg ( slurm_node_registration_status_msg_t * msg ) ;