X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/b9bbb6c8bd8630fe4321045ce57174c4890bfa46..cca956b199841d754e8a78391d2e2c7efce4a3ee:/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