diff options
author | SVN Migration <svn@php.net> | 2000-06-09 15:42:50 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2000-06-09 15:42:50 +0000 |
commit | 133d50b882e08187c803105493c5609088076ab5 (patch) | |
tree | e7fcf3106cad2ac7a449bfd2b96a25f5d9abc7af /ext/session/mod_files.h | |
parent | 03e842ccb8fb54bb33e7430e584ed6c2b00b9856 (diff) | |
download | php-git-PRE_EIGHT_BYTE_ALLOC_PATCH.tar.gz |
This commit was manufactured by cvs2svn to create tagPRE_EIGHT_BYTE_ALLOC_PATCH
'PRE_EIGHT_BYTE_ALLOC_PATCH'.
Diffstat (limited to 'ext/session/mod_files.h')
-rw-r--r-- | ext/session/mod_files.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/ext/session/mod_files.h b/ext/session/mod_files.h deleted file mode 100644 index 9f40704a42..0000000000 --- a/ext/session/mod_files.h +++ /dev/null @@ -1,38 +0,0 @@ -/* - +----------------------------------------------------------------------+ - | PHP HTML Embedded Scripting Language Version 4.0 | - +----------------------------------------------------------------------+ - | Copyright (c) 1997,1998 PHP Development Team (See Credits file) | - +----------------------------------------------------------------------+ - | This program is free software; you can redistribute it and/or modify | - | it under the terms of one of the following licenses: | - | | - | A) the GNU General Public License as published by the Free Software | - | Foundation; either version 2 of the License, or (at your option) | - | any later version. | - | | - | B) the PHP License as published by the PHP Development Team and | - | included in the distribution in the file: LICENSE | - | | - | This program is distributed in the hope that it will be useful, | - | but WITHOUT ANY WARRANTY; without even the implied warranty of | - | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | - | GNU General Public License for more details. | - | | - | You should have received a copy of both licenses referred to here. | - | If you did not, or have any questions about PHP licensing, please | - | contact core@php.net. | - +----------------------------------------------------------------------+ - | Authors: Sascha Schumann <ss@2ns.de> | - +----------------------------------------------------------------------+ - */ - -#ifndef MOD_FILES_H -#define MOD_FILES_H - -extern ps_module ps_mod_files; -#define ps_files_ptr &ps_mod_files - -PS_FUNCS(files); - -#endif |