]> git.cameronkatri.com Git - mandoc.git/blobdiff - man.h
In the SYNOPSIS, .Nm at the beginning of an input line starts
[mandoc.git] / man.h
diff --git a/man.h b/man.h
index c6976f3a6a8c8f980b89d2f315802d781e065c09..dfe6c5a7b5f90d35c54bed941c4f5d97cc40bada 100644 (file)
--- a/man.h
+++ b/man.h
@@ -1,6 +1,6 @@
-/*     $Id: man.h,v 1.35 2010/05/17 22:11:42 kristaps Exp $ */
+/*     $Id: man.h,v 1.40 2010/06/27 16:18:13 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
@@ -71,6 +71,7 @@ enum  man_type {
 struct man_meta {
        char            *msec;
        time_t           date;
+       char            *rawdate;
        char            *vol;
        char            *title;
        char            *source;
@@ -105,7 +106,7 @@ __BEGIN_DECLS
 struct man;
 
 void             man_free(struct man *);
-struct man      *man_alloc(void *, int, mandocmsg);
+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 *);