You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
253 B
14 lines
253 B
#pragma once
|
|
|
|
#include <boost/python.hpp>
|
|
#include "identity.hh"
|
|
#include "message.hh"
|
|
#include <pEp/pEpEngine.h>
|
|
|
|
namespace pEp {
|
|
namespace PythonAdapter {
|
|
extern PEP_SESSION session;
|
|
void _throw_status(PEP_STATUS status);
|
|
}
|
|
}
|
|
|
|
|