|
Last change
on this file since 1047 was
1047,
checked in by moo, 10 months ago
|
|
refactor: fall back to more simpler trick
|
-
Property svn:eol-style set to
native
|
|
File size:
578 bytes
|
| Line | |
|---|
| 1 | #ifndef XC_EXTENSION_H_9885D3A6DE7C469D13E34AF331E02BB8 |
|---|
| 2 | #define XC_EXTENSION_H_9885D3A6DE7C469D13E34AF331E02BB8 |
|---|
| 3 | |
|---|
| 4 | #if _MSC_VER > 1000 |
|---|
| 5 | #pragma once |
|---|
| 6 | #endif /* _MSC_VER > 1000 */ |
|---|
| 7 | |
|---|
| 8 | #include "util/xc_stack.h" |
|---|
| 9 | #include "zend_extensions.h" |
|---|
| 10 | int xcache_zend_extension_add(zend_extension *new_extension, zend_bool prepend); |
|---|
| 11 | int xcache_zend_extension_remove(zend_extension *extension); |
|---|
| 12 | |
|---|
| 13 | void xcache_llist_prepend(zend_llist *l, zend_llist_element *element); |
|---|
| 14 | void xcache_llist_unlink(zend_llist *l, zend_llist_element *element); |
|---|
| 15 | |
|---|
| 16 | #endif /* XC_EXTENSION_H_9885D3A6DE7C469D13E34AF331E02BB8 */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.