From 3ec29bc799d2324f433995298efb35adeb61fddf Mon Sep 17 00:00:00 2001 From: tewk <tewk@unknown> Date: Tue, 21 May 2002 23:16:00 +0000 Subject: [PATCH] added set_slurm_address_htons prototype --- src/common/slurm_protocol_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/slurm_protocol_util.h b/src/common/slurm_protocol_util.h index ce76a67eeb2..a629444fb3a 100644 --- a/src/common/slurm_protocol_util.h +++ b/src/common/slurm_protocol_util.h @@ -5,4 +5,5 @@ #include <stdint.h> uint32_t check_header_version( header_t * header) ; void init_header ( header_t * header , slurm_message_type_t message_type , uint16_t flags ) ; +void set_slurm_addr_hton ( slurm_addr * slurm_address , uint16_t port , uint32_t ip_address ) ; #endif -- GitLab