1
0
Fork 0

export is in xc_processor.h

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1469 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
master
Xuefer 2013-11-12 09:48:32 +00:00
parent d19d64546d
commit 5ae45a143a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
dnl {{{ === program start ========================================
divert(0)
EXPORT(`#include <stddef.h>')
#include <string.h>
#include <stdio.h>
@ -10,6 +9,7 @@ EXPORT(`#include <stddef.h>')
#include "zend_API.h"
#include "zend_ini.h"
EXPORT(`#include <stddef.h>')
EXPORT(`#include "xcache.h"')
EXPORT(`#include "mod_cacher/xc_cache.h"')
EXPORT(`#include "xcache/xc_shm.h"')