mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-12 01:25:35 +00:00
Add missing extern C for r_io.h
This commit is contained in:
parent
e97d7bd90a
commit
29a155d5d4
@ -22,6 +22,10 @@
|
||||
|
||||
#define R_IO_UNDOS 64
|
||||
|
||||
#if __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
R_LIB_VERSION_HEADER(r_io);
|
||||
|
||||
typedef struct r_io_undos_t {
|
||||
@ -523,4 +527,8 @@ extern RIOPlugin r_io_plugin_ar;
|
||||
extern RIOPlugin r_io_plugin_rbuf;
|
||||
extern RIOPlugin r_io_plugin_winedbg;
|
||||
|
||||
#if __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user