summaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-25 21:03:13 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-25 21:03:13 +0000
commit5fa47110bac19f7e6acb9a32e76e800657e98799 (patch)
tree2bd4eb2226886e1111eae629e521300216c8ae1b /libman.h
parent55683ede1843a9c3cea8cdfa0349f7364140d61e (diff)
downloadmandoc-5fa47110bac19f7e6acb9a32e76e800657e98799.tar.gz
mandoc-5fa47110bac19f7e6acb9a32e76e800657e98799.tar.zst
mandoc-5fa47110bac19f7e6acb9a32e76e800657e98799.zip
Added pflags to man_alloc.
Abstract fflags -> pflags in main.c.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libman.h b/libman.h
index 8328c3dc..0df07036 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.5 2009/03/25 15:36:05 kristaps Exp $ */
+/* $Id: libman.h,v 1.6 2009/03/25 21:03:13 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@openbsd.org>
*
@@ -30,6 +30,7 @@ struct man {
void *data;
struct man_cb cb;
void *htab;
+ int pflags;
int flags;
#define MAN_HALT (1 << 0)
enum man_next next;