Switch to unified view
a/src/python/recoll/pyrecoll.h | b/src/python/recoll/pyrecoll.h | ||
---|---|---|---|
... |
... |
||
26 | Rcl::Doc *doc; |
26 | Rcl::Doc *doc; |
27 | /* Each doc object has a pointer to the global config, for convenience */ |
27 | /* Each doc object has a pointer to the global config, for convenience */ |
28 | RclConfig *rclconfig; |
28 | RclConfig *rclconfig; |
29 | } recoll_DocObject; |
29 | } recoll_DocObject; |
30 | 30 | ||
31 | #define PYRECOLL_PACKAGE "recoll." |
||
32 | |||
31 | #endif // _PYRECOLL_H_INCLUDED_ |
33 | #endif // _PYRECOLL_H_INCLUDED_ |