summaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
diff options
context:
space:
mode:
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libman.h b/libman.h
index 8f1228d4..9509aa0d 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.10 2009/06/18 10:53:58 kristaps Exp $ */
+/* $Id: libman.h,v 1.11 2009/06/22 13:09:17 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -45,7 +45,9 @@ enum merr {
WDATE,
WLNSCOPE,
WTSPACE,
- WTQUOTE
+ WTQUOTE,
+ WNODATA,
+ WNOTITLE
};
__BEGIN_DECLS