X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Ftws.h;h=420275cea3957231c6c34fc067bb8e5865c89970;hp=289a6732cc67f9b76c2c10904611b2991d651203;hb=18591f8e001ecedbee48a51c1d1f08ebaa1c15c8;hpb=714b5c530ece27ea2835a313013f5b770163403c diff --git a/h/tws.h b/h/tws.h index 289a673..420275c 100644 --- a/h/tws.h +++ b/h/tws.h @@ -38,7 +38,6 @@ struct tws { #define TW_SZEXP 0x0004 /* explicitly given */ #define TW_DST 0x0010 /* daylight savings time */ -#define TW_ZONE 0x0020 /* use numeric timezones only */ #define TW_SUCC 0x0040 /* whether parsing was successful */ #define TW_YES 0x0040 /* yes, found */ @@ -53,13 +52,13 @@ extern char *tw_moty[]; /* ** prototypes */ -char *dtime(time_t *, int); -char *dtimenow(int); +char *dtime(time_t *); +char *dtimenow(void); char *dctime(struct tws *); struct tws *dlocaltimenow(void); struct tws *dlocaltime(time_t *); struct tws *dgmtime(time_t *); -char *dasctime(struct tws *, int); +char *dasctime(struct tws *); char *dtimezone(int, int); void twscopy(struct tws *, struct tws *); int twsort(struct tws *, struct tws *);