]> git.cameronkatri.com Git - mandoc.git/blobdiff - private.h
Cleaned up validation source a bit.
[mandoc.git] / private.h
index 3c0cf158cfce11bd34a95babbe7af47a2815ca28..1f2125486d3477cc5f91358df1ff1d7f9e54421f 100644 (file)
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.75 2009/01/22 14:56:21 kristaps Exp $ */
+/* $Id: private.h,v 1.78 2009/02/22 14:31:08 kristaps Exp $ */
 /*
  * Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -38,6 +38,7 @@ struct        mdoc {
        struct mdoc_node *first;
        struct mdoc_meta  meta;
        enum mdoc_sec     lastnamed;
+       enum mdoc_sec     lastsec;
 };
 
 
@@ -123,7 +124,6 @@ void                  mdoc_sibling(struct mdoc *, int, struct mdoc_node **,
 void            *mdoc_tokhash_alloc(void);
 int              mdoc_tokhash_find(const void *, const char *);
 void             mdoc_tokhash_free(void *);
-int              mdoc_isdelim(const char *);
 int              mdoc_iscdelim(char);
 enum   mdoc_sec  mdoc_atosec(const char *);
 enum   mdoc_msec mdoc_atomsec(const char *);