Skip to content
Snippets Groups Projects
Commit e84d5227 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[*] Added conditions for compiling compiler with ++ code as with

parent 84b5affd
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,14 @@
#include "dap_enc_base58.h"
#include "dap_common.h"
#ifdef __cplusplus
extern "C" {
#endif
PyObject *dap_encode_base58_py(PyObject *self, PyObject *args);
PyObject *dap_decode_base58_py(PyObject *self, PyObject *args);
void* getData(PyObject* obj);
\ No newline at end of file
#ifdef __cplusplus
}
#endif
......@@ -12,4 +12,4 @@ PyObject *dap_decode_base64_py(PyObject *self, PyObject *args);
#ifdef __cplusplus
}
#endif
\ No newline at end of file
#endif
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