openbsd-ports/www/clearsilver/patches/patch-util_neo_date_h
fkr 65053c6253 update to version 0.10.3
ok mbalmer@, markus@ (maintainer)
2006-05-15 17:08:43 +00:00

16 lines
598 B
Plaintext

--- 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);