The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#ifndef normalize_h_included
#define normalize_h_included

#include "Date.h"

/*
 * classdate_mini_mktime - normalise struct tm values without the localtime()
 * semantics (and overhead) of mktime().
 */
void normalize (struct tm *ptm);

#endif