interval_parser.h

Go to the documentation of this file.
00001 #ifndef __interval_parser_h__
00002 #define __interval_parser_h__
00003 
00004 #include <glib.h>
00005 
00006 #ifdef __cplusplus
00007 extern "C" {
00008 #endif
00009 
00010 gboolean parse_interval(const char* s, time_t ctx, time_t now,
00011       time_t* beg, time_t* end, GError** error);
00012 
00013 #ifdef __cplusplus
00014 } /* extern "C" */
00015 #endif
00016 
00017 #endif /* __interval_parser_h__ */

ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:54 2011 by Doxygen 1.6.1