view lib/mktime-internal.h @ 112366:7b02a85cde75

* window.c: Fix error introduced by previous patch.
author Tom Tromey <tromey@redhat.com>
date Wed, 19 Jan 2011 08:06:24 -0700
parents 474d5026a5a2
children
line wrap: on
line source

#include <time.h>
time_t mktime_internal (struct tm *,
                        struct tm * (*) (time_t const *, struct tm *),
                        time_t *);