]> git.cameronkatri.com Git - mandoc.git/blobdiff - man.h
Add a test case for nesting of .RS/.RE
[mandoc.git] / man.h
diff --git a/man.h b/man.h
index a0ea681aaf849651c3c11a80be479a0eb077c324..739cf8bab63918414a3cf97d7c12a5bbb70a2095 100644 (file)
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/*     $Id: man.h,v 1.32 2010/05/15 22:44:04 kristaps Exp $ */
+/*     $Id: man.h,v 1.33 2010/05/16 10:59:36 kristaps Exp $ */
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
 /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -111,7 +111,7 @@ struct      man;
 void             man_free(struct man *);
 struct man      *man_alloc(void *, int, const struct man_cb *);
 void             man_reset(struct man *);
 void             man_free(struct man *);
 struct man      *man_alloc(void *, int, const struct man_cb *);
 void             man_reset(struct man *);
-int              man_parseln(struct man *, int, char *buf);
+int              man_parseln(struct man *, int, char *, int);
 int              man_endparse(struct man *);
 
 const struct man_node *man_node(const struct man *);
 int              man_endparse(struct man *);
 
 const struct man_node *man_node(const struct man *);