From 9d5135e6cdb5298e93bc50f12619f0aca24c1b0f Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Tue, 9 Dec 2014 01:04:31 -0800 Subject: [PATCH] Function definition should use the correct type --- orte/util/attr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/util/attr.h b/orte/util/attr.h index ee1797e9f6..dfa9e9c107 100644 --- a/orte/util/attr.h +++ b/orte/util/attr.h @@ -191,7 +191,7 @@ ORTE_DECLSPEC void orte_remove_attribute(opal_list_t *attributes, orte_attribute * * Handlers will be invoked by orte_attr_key_to_str to return the appropriate value. */ -typedef char* (*orte_attr2str_fn_t)(int key); +typedef char* (*orte_attr2str_fn_t)(orte_attribute_key_t key); ORTE_DECLSPEC int orte_attr_register(const char *project, orte_attribute_key_t key_base,