X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/835a5b33a1f6045fe3dd455fd555b67c58b46f41..f66203a2674e483bf257db94cb78305754ccdf81:/lib/dateparse.h diff --git a/lib/dateparse.h b/lib/dateparse.h index 2f52dac..7b96fe9 100644 --- a/lib/dateparse.h +++ b/lib/dateparse.h @@ -17,11 +17,15 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA */ - /** @file lib/dateparse.h * @brief Date parsing */ +#ifndef DATEPARSE_H +#define DATEPARSE_H + +#include + time_t dateparse(const char *s); #if 0 struct tm *xgetdate(const char *string, @@ -31,6 +35,8 @@ int xgetdate_r(const char *string, struct tm *tp, const char *const *template); +#endif /* DATEPARSE_H */ + /* Local Variables: c-basic-offset:2