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
1 merge request!26Support 3689
...@@ -2,8 +2,14 @@ ...@@ -2,8 +2,14 @@
#include "dap_enc_base58.h" #include "dap_enc_base58.h"
#include "dap_common.h" #include "dap_common.h"
#ifdef __cplusplus
extern "C" {
#endif
PyObject *dap_encode_base58_py(PyObject *self, PyObject *args); PyObject *dap_encode_base58_py(PyObject *self, PyObject *args);
PyObject *dap_decode_base58_py(PyObject *self, PyObject *args); PyObject *dap_decode_base58_py(PyObject *self, PyObject *args);
void* getData(PyObject* obj); #ifdef __cplusplus
\ No newline at end of file }
#endif
...@@ -12,4 +12,4 @@ PyObject *dap_decode_base64_py(PyObject *self, PyObject *args); ...@@ -12,4 +12,4 @@ PyObject *dap_decode_base64_py(PyObject *self, PyObject *args);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
\ No newline at end of file
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