Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
idnode api: fix compilation (static)
  • Loading branch information
perexg committed Dec 5, 2016
1 parent 69503a3 commit 46957ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/api_idnode.c
Expand Up @@ -720,7 +720,7 @@ api_idnode_movedown
return api_idnode_handler(perm, args, resp, api_idnode_movedown_, "movedown", 0);
}

static void
void
api_idnode_create( htsmsg_t **resp, idnode_t *in )
{
char ubuf[UUID_HEX_SIZE];
Expand All @@ -731,7 +731,7 @@ api_idnode_create( htsmsg_t **resp, idnode_t *in )
htsmsg_add_str(*resp, "uuid", idnode_uuid_as_str(in, ubuf));
}

static void
void
api_idnode_create_list( htsmsg_t **resp, htsmsg_t *list )
{
if (list == NULL)
Expand Down

0 comments on commit 46957ba

Please sign in to comment.