From b30a06b9e876fba26887e612ecac69d9d2aa5f76 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Fri, 11 May 2007 05:57:50 +0000 Subject: Fix for bug #211058 svn path=/trunk/; revision=33502 --- filter/filter-datespec.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'filter/filter-datespec.h') diff --git a/filter/filter-datespec.h b/filter/filter-datespec.h index 6290ab34b5..75512ba6c0 100644 --- a/filter/filter-datespec.h +++ b/filter/filter-datespec.h @@ -42,6 +42,7 @@ typedef enum _FilterDatespec_type { FDST_NOW, FDST_SPECIFIED, FDST_X_AGO, + FDST_X_FUTURE, } FilterDatespec_type; struct _FilterDatespec { @@ -52,7 +53,7 @@ struct _FilterDatespec { /* either a timespan, an absolute time, or 0 * depending on type -- the above mapping to - * (X_AGO, SPECIFIED, NOW) + * (X_FUTURE, X_AGO, SPECIFIED, NOW) */ time_t value; -- cgit v1.2.3