From 6858278352d5b4fac47cfe386d7464f21e28589c Mon Sep 17 00:00:00 2001 From: tewk <tewk@unknown> Date: Tue, 28 May 2002 23:32:34 +0000 Subject: [PATCH] this should have been taken out last week. Function was renamed. --- src/common/slurm_protocol_util.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/slurm_protocol_util.h b/src/common/slurm_protocol_util.h index e1aef983a26..2024cbc64e4 100644 --- a/src/common/slurm_protocol_util.h +++ b/src/common/slurm_protocol_util.h @@ -19,5 +19,4 @@ uint32_t check_header_version( header_t * header) ; void init_header ( header_t * header , slurm_msg_type_t msg_type , uint16_t flags ) ; -void set_slurm_addr_hton ( slurm_addr * slurm_address , uint16_t port , uint32_t ip_address ) ; #endif -- GitLab