1999-06-06 03:52:58 +08:00
|
|
|
/*
|
|
|
|
+----------------------------------------------------------------------+
|
2001-12-11 23:32:16 +08:00
|
|
|
| PHP Version 4 |
|
1999-06-06 03:52:58 +08:00
|
|
|
+----------------------------------------------------------------------+
|
2001-12-11 23:32:16 +08:00
|
|
|
| Copyright (c) 1997-2002 The PHP Group |
|
1999-06-06 03:52:58 +08:00
|
|
|
+----------------------------------------------------------------------+
|
2001-06-20 05:14:39 +08:00
|
|
|
| This source file is subject to version 2.02 of the PHP license, |
|
|
|
|
| that is bundled with this package in the file LICENSE, and is |
|
|
|
|
| available at through the world-wide-web at |
|
|
|
|
| http://www.php.net/license/2_02.txt. |
|
|
|
|
| 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. |
|
1999-06-06 03:52:58 +08:00
|
|
|
+----------------------------------------------------------------------+
|
2000-07-10 18:09:15 +08:00
|
|
|
| Authors: Sascha Schumann <sascha@schumann.cx> |
|
1999-06-06 03:52:58 +08:00
|
|
|
+----------------------------------------------------------------------+
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef MOD_FILES_H
|
|
|
|
#define MOD_FILES_H
|
|
|
|
|
|
|
|
extern ps_module ps_mod_files;
|
|
|
|
#define ps_files_ptr &ps_mod_files
|
|
|
|
|
1999-06-08 00:43:24 +08:00
|
|
|
PS_FUNCS(files);
|
|
|
|
|
1999-06-06 03:52:58 +08:00
|
|
|
#endif
|