]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc.h
*** empty log message ***
[mandoc.git] / mdoc.h
diff --git a/mdoc.h b/mdoc.h
index 17a94710ab7c0dfe142f4411adbd6a936d7b845c..3e0c82977107763b842abaa1d901a51e70a7c5d3 100644 (file)
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,6 +1,6 @@
-/* $Id: mdoc.h,v 1.52 2009/03/21 13:09:29 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.54 2009/03/31 13:50:19 kristaps Exp $ */
 /*
- * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@openbsd.org>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the
@@ -302,7 +302,7 @@ void                  mdoc_free(struct mdoc *);
 struct mdoc     *mdoc_alloc(void *, int, const struct mdoc_cb *);
 
 /* Gets system ready for another parse. */
-void             mdoc_reset(struct mdoc *);
+int              mdoc_reset(struct mdoc *);
 
 /* Parse a single line in a stream (boolean retval). */
 int              mdoc_parseln(struct mdoc *, int, char *buf);