]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc.h
Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c).
[mandoc.git] / mdoc.h
diff --git a/mdoc.h b/mdoc.h
index 89f80d4973d28c7796a6199b78de2c90df71f5dd..1f8665094e17508f37f965da9714e410bc9b6341 100644 (file)
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,4 +1,4 @@
-/*     $Id: mdoc.h,v 1.62 2009/07/06 09:21:24 kristaps Exp $ */
+/*     $Id: mdoc.h,v 1.64 2009/07/12 20:30:35 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
  *
@@ -295,9 +295,7 @@ const struct mdoc_node *mdoc_node(const struct mdoc *);
 const struct mdoc_meta *mdoc_meta(const struct mdoc *);
 int              mdoc_endparse(struct mdoc *);
 
-const char      *mdoc_a2att(const char *);
 const char      *mdoc_a2lib(const char *);
-const char      *mdoc_a2st(const char *);
 
 __END_DECLS