php-src/ext/standard/php_parsedate.h

29 lines
1.3 KiB
C
Raw Normal View History

2000-08-21 09:50:53 +00:00
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
2000-08-21 09:50:53 +00:00
+----------------------------------------------------------------------+
| Copyright (c) 1997-2004 The PHP Group |
2000-08-21 09:50:53 +00:00
+----------------------------------------------------------------------+
| This source file is subject to version 3.0 of the PHP license, |
2000-08-21 09:50:53 +00:00
| that is bundled with this package in the file LICENSE, and is |
| available through the world-wide-web at the following url: |
| http://www.php.net/license/3_0.txt. |
2000-08-21 09:50:53 +00:00
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
2002-02-28 08:29:35 +00:00
| Author: Sascha Schumann <sascha@schumann.cx> |
2000-08-21 09:50:53 +00:00
+----------------------------------------------------------------------+
*/
2005-01-10 15:20:53 +00:00
/* $Id$ */
2000-08-21 09:50:53 +00:00
#ifndef PHP_PARSEDATE_H
#define PHP_PARSEDATE_H
#include <time.h>
time_t php_parse_date(char *p, time_t *now);
2000-08-21 09:50:53 +00:00
#endif