]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc.h
Fully skip first and last line for the purpose of cmp.
[mandoc.git] / mdoc.h
diff --git a/mdoc.h b/mdoc.h
index 0c9408bb399fa8ff1ddca7fe5870a9b72255412d..bfec2f12ac49fabe3801035112828ecb1973559b 100644 (file)
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/*     $Id: mdoc.h,v 1.79 2010/05/15 16:24:38 kristaps Exp $ */
+/*     $Id: mdoc.h,v 1.80 2010/05/16 10:59:36 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -299,7 +299,7 @@ struct      mdoc;
 void             mdoc_free(struct mdoc *);
 struct mdoc     *mdoc_alloc(void *, int, const struct mdoc_cb *);
 void             mdoc_reset(struct mdoc *);
-int              mdoc_parseln(struct mdoc *, int, char *buf);
+int              mdoc_parseln(struct mdoc *, int, char *, int);
 const struct mdoc_node *mdoc_node(const struct mdoc *);
 const struct mdoc_meta *mdoc_meta(const struct mdoc *);
 int              mdoc_endparse(struct mdoc *);