aboutsummaryrefslogtreecommitdiff
path: root/src/tag_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag_pool.h')
-rw-r--r--src/tag_pool.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tag_pool.h b/src/tag_pool.h
index b9e3f375..991a32a7 100644
--- a/src/tag_pool.h
+++ b/src/tag_pool.h
@@ -32,8 +32,8 @@ void tag_pool_init(void);
void tag_pool_deinit(void);
-struct tag_item *tag_pool_get_item(enum tag_type type,
- const char *value, int length);
+struct tag_item *
+tag_pool_get_item(enum tag_type type, const char *value, size_t length);
struct tag_item *tag_pool_dup_item(struct tag_item *item);