openbsd-ports/www/clearsilver/patches/patch-util_neo_date_h

16 lines
598 B
Plaintext
Raw Normal View History

--- util/neo_date.h.orig Thu Jun 30 20:58:48 2005
+++ util/neo_date.h Fri Apr 28 00:11:28 2006
@@ -17,10 +17,10 @@
__BEGIN_DECLS
/* UTC time_t -> struct tm in local timezone */
-void neo_time_expand (const time_t tt, const char *timezone, struct tm *ttm);
+void neo_time_expand (const time_t tt, const char *neotimezone, struct tm *ttm);
/* local timezone struct tm -> time_t UTC */
-time_t neo_time_compact (struct tm *ttm, const char *timezone);
+time_t neo_time_compact (struct tm *ttm, const char *neotimezone);
/* To be portable... in seconds */
long neo_tz_offset(struct tm *ttm);