00001 /* 00002 * Copyright (c) 2005-2012 by KoanLogic s.r.l. - All rights reserved. 00003 */ 00004 #ifndef _LIBU_TIMEGM_H_ 00005 #define _LIBU_TIMEGM_H_ 00006 #include <u/libu_conf.h> 00007 #include <time.h> 00008 00009 #ifdef __cplusplus 00010 extern "C" { 00011 #endif 00012 00013 #ifndef HAVE_TIMEGM 00014 time_t timegm(struct tm *tm); 00015 #endif 00016 00017 #ifdef __cplusplus 00018 } 00019 #endif 00020 00021 #endif