summaryrefslogtreecommitdiff
path: root/utils/loc_log.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/loc_log.h')
-rw-r--r--utils/loc_log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/loc_log.h b/utils/loc_log.h
index abe29b7..82dc636 100644
--- a/utils/loc_log.h
+++ b/utils/loc_log.h
@@ -55,7 +55,7 @@ typedef struct
const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask);
const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value);
const char* loc_get_msg_q_status(int status);
-const char* loc_get_target_name(targetEnumType target);
+const char* loc_get_target_name(unsigned int target);
extern const char* log_succ_fail_string(int is_succ);