summaryrefslogtreecommitdiffstats
path: root/claim/claim.c
diff options
context:
space:
mode:
Diffstat (limited to 'claim/claim.c')
-rw-r--r--claim/claim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/claim/claim.c b/claim/claim.c
index f0667978..59c21aa3 100644
--- a/claim/claim.c
+++ b/claim/claim.c
@@ -31,7 +31,7 @@ static char *claiming_errors[] = {
/* Retrieve the claim id for the agent.
* Caller owns the string.
*/
-char *is_agent_claimed()
+char *get_agent_claimid()
{
char *result;
rrdhost_aclk_state_lock(localhost);