Download this file
17 lines (11 with data), 302 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16 | #ifndef PY_PSEARCH_H_
#define PY_PSEARCH_H_
#include "py_top_module.h"
#include "psearch_db.h"
#include "psearch_query.h"
#include "psearch_infer.h"
#include "psearch_session.h"
void export_psearch_db();
void export_psearch_query();
void export_psearch_session();
#endif /*PY_PSEARCH_H_*/
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.