summaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
diff options
context:
space:
mode:
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;