]> git.cameronkatri.com Git - mandoc.git/blobdiff - man.h
`Ad' is supposed to underline. Found whilst trolling through manuals.
[mandoc.git] / man.h
diff --git a/man.h b/man.h
index a7822585ba4dfe65debbf92ae7a5473ff8504d0a..2f03f450de7b9ea38aef0bb0e96423a939e6c35c 100644 (file)
--- a/man.h
+++ b/man.h
@@ -1,6 +1,6 @@
-/*     $Id: man.h,v 1.34 2010/05/17 10:50:32 joerg Exp $ */
+/*     $Id: man.h,v 1.41 2010/07/22 23:03:15 kristaps Exp $ */
 /*
- * Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
+ * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -56,6 +56,7 @@ enum  mant {
        MAN_Vb,
        MAN_Ve,
        MAN_AT,
+       MAN_in,
        MAN_MAX
 };
 
@@ -71,6 +72,7 @@ enum  man_type {
 struct man_meta {
        char            *msec;
        time_t           date;
+       char            *rawdate;
        char            *vol;
        char            *title;
        char            *source;
@@ -100,17 +102,12 @@ struct    man_node {
 
 extern const char *const *man_macronames;
 
-struct man_cb {
-       int     (*man_warn)(void *, int, int, const char *);
-       int     (*man_err)(void *, int, int, const char *);
-};
-
 __BEGIN_DECLS
 
 struct man;
 
 void             man_free(struct man *);
-struct man      *man_alloc(void *, int, const struct man_cb *);
+struct man      *man_alloc(struct regset *, void *, int, mandocmsg);
 void             man_reset(struct man *);
 int              man_parseln(struct man *, int, char *, int);
 int              man_endparse(struct man *);