Download this file

php_recoll.h    19 lines (13 with data), 319 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
#ifndef PHP_RECOLL_H
#define PHP_RECOLL_H
#define PHP_RECOLL_EXTNAME "recoll"
#define PHP_RECOLL_EXTVER "0.1"
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
extern "C" {
#include "php.h"
}
extern zend_module_entry recoll_module_entry;
#define phpext_recoll_ptr &recoll_module_entry;
#endif /* PHP_RECOLL_H */