Skip to content
Snippets Groups Projects
Commit a9bd3504 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix broken tree (sp_error() undeclared).

parent 9be7cce9
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,8 @@
#include <dirent.h>
#include <errno.h>
extern "C" void *sp_error(void *o, ...);
struct Sophia: public Engine {
Sophia(EngineFactory*);
};
......
......@@ -42,6 +42,8 @@
#include <stdio.h>
#include <inttypes.h>
extern "C" void *sp_error(void *o, ...);
static inline void
sophia_delete(void *db, struct key_def *key_def, struct tuple *tuple)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment