Changeset 1188 for trunk/mod_cacher/xc_cache.h
- Timestamp:
- 2012-12-07T10:31:27+01:00 (6 months ago)
- File:
-
- 1 edited
-
trunk/mod_cacher/xc_cache.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mod_cacher/xc_cache.h
r1132 r1188 185 185 /* }}} */ 186 186 187 intxc_is_rw(const void *p);188 intxc_is_ro(const void *p);189 intxc_is_shm(const void *p);187 zend_bool xc_is_rw(const void *p); 188 zend_bool xc_is_ro(const void *p); 189 zend_bool xc_is_shm(const void *p); 190 190 /* {{{ xc_gc_op_array_t */ 191 191 typedef struct {
Note: See TracChangeset
for help on using the changeset viewer.

