]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc.h
First addition of -man macro support.
[mandoc.git] / mdoc.h
diff --git a/mdoc.h b/mdoc.h
index 926431208b9f59e6b96c31f1383fcc11d8d04d9c..09578a6b36508fb4198a964481826036993562e1 100644 (file)
--- a/mdoc.h
+++ b/mdoc.h
@@ -1,6 +1,6 @@
-/* $Id: mdoc.h,v 1.50 2009/03/19 11:49:00 kristaps Exp $ */
+/* $Id: mdoc.h,v 1.53 2009/03/23 14:22:11 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
 #define        MDOC_Es          115
 #define        MDOC_En          116
 #define        MDOC_Dx          117
-#define        MDOC_MAX         118
+#define        MDOC__Q          118
+#define        MDOC_MAX         119
 
 /* What follows is a list of ALL possible macro arguments. */
 
@@ -321,8 +322,6 @@ const char   *mdoc_a2att(const char *);
 const char      *mdoc_a2lib(const char *);
 const char      *mdoc_a2st(const char *);
 
-int              mdoc_isdelim(const char *);
-
 __END_DECLS
 
 #endif /*!MDOC_H*/