summaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
diff options
context:
space:
mode:
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libman.h b/libman.h
index 9509aa0d..15968662 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.11 2009/06/22 13:09:17 kristaps Exp $ */
+/* $Id: libman.h,v 1.12 2009/07/04 09:01:55 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -47,7 +47,8 @@ enum merr {
WTSPACE,
WTQUOTE,
WNODATA,
- WNOTITLE
+ WNOTITLE,
+ WESCAPE
};
__BEGIN_DECLS