blob: e607f32b1cd566a53a69a9710361780b9dee1f86 [file] [log] [blame]
#pragma once
#define PY_SSIZE_T_CLEAN
#include <Python.h>
namespace ittapi
{
PyObject* pause(PyObject* self, PyObject* args);
PyObject* resume(PyObject* self, PyObject* args);
PyObject* detach(PyObject* self, PyObject* args);
} // namespace ittapi