root/trunk/mod_disassembler/xc_disassembler.h @ 1003

Revision 1003, 208 bytes (checked in by moo, 10 months ago)

refactor: fix build for optimizer, use mod_* directories

  • Property svn:eol-style set to native
Line 
1#include "php.h"
2
3PHP_FUNCTION(xcache_dasm_file);
4PHP_FUNCTION(xcache_dasm_string);
5#define XCACHE_DISASSEMBLER_FUNCTIONS() \
6    PHP_FE(xcache_dasm_file,         NULL) \
7    PHP_FE(xcache_dasm_string,       NULL)
Note: See TracBrowser for help on using the browser.