=================================================================== RCS file: /cvs/mandoc/tag.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- mandoc/tag.h 2015/07/21 03:26:22 1.2 +++ mandoc/tag.h 2015/07/25 14:02:06 1.3 @@ -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 * @@ -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);