aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'tag.h')
-rw-r--r--tag.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tag.h b/tag.h
index 3708e4e3..b6030bb4 100644
--- a/tag.h
+++ b/tag.h
@@ -1,4 +1,4 @@
-/* $Id: tag.h,v 1.2 2015/07/21 03:26:22 schwarze Exp $ */
+/* $Id: tag.h,v 1.3 2015/07/25 14:02:06 schwarze Exp $ */
/*
* Copyright (c) 2015 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -18,8 +18,8 @@
__BEGIN_DECLS
char *tag_init(void);
-size_t tag_get(const char *, size_t);
-void tag_put(const char *, size_t, size_t);
+size_t tag_get(const char *, size_t, int);
+void tag_put(const char *, size_t, int, size_t);
void tag_write(void);
void tag_unlink(void);