1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

remove superflicious enumaration

This commit is contained in:
Sascha Schumann
1999-09-04 08:21:36 +00:00
parent 7796f4d995
commit c49cdc9a64
-10
View File
@@ -30,16 +30,6 @@
#ifndef PHP_SESSION_H
#define PHP_SESSION_H
/*
* some relict. ignore it, unless you want to build locking
* functionality into the session code
*/
typedef enum {
LOCK,
UNLOCK
} ps_lock;
#define PS_OPEN_ARGS void **mod_data, const char *save_path, const char *session_name
#define PS_CLOSE_ARGS void **mod_data
#define PS_READ_ARGS void **mod_data, const char *key, char **val, int *vallen