moment_parser.h

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

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