diff options
author | Sascha Schumann <sas@php.net> | 1999-06-07 16:43:24 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-06-07 16:43:24 +0000 |
commit | d8a9548cb2468c7ac7981b7a3c441e918482d7e3 (patch) | |
tree | 7ca0d3c254a2cd331332bd26f39fcfc87ebd057f /ext/session/mod_files.h | |
parent | b886985d63c001bd2592d22c0c0b143cb95ebb7e (diff) | |
download | php-git-d8a9548cb2468c7ac7981b7a3c441e918482d7e3.tar.gz |
- some cleanups
- add gc logic
- add session_destroy()
Diffstat (limited to 'ext/session/mod_files.h')
-rw-r--r-- | ext/session/mod_files.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/session/mod_files.h b/ext/session/mod_files.h index b3b25f06cb..9f40704a42 100644 --- a/ext/session/mod_files.h +++ b/ext/session/mod_files.h @@ -33,4 +33,6 @@ extern ps_module ps_mod_files; #define ps_files_ptr &ps_mod_files +PS_FUNCS(files); + #endif |