#ifndef _TIME_H_334298a2_ #define _TIME_H_334298a2_ /* This file is in the public domain. */ #include "structs.h" extern TIMEINTVL timeintvl_parse(const char *, void (*)(const char *, ...)); extern TIMESTAMP timestamp_parse(const char *, void (*)(const char *, ...)); #endif