mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-27 00:05:10 +00:00
Close cpp #ifdef (#11974)
This commit is contained in:
parent
09b7bfa8bc
commit
9516fecbfe
@ -33,4 +33,8 @@ R_API void r_event_hook(REvent *ev, REventType type, REventCallback cb);
|
||||
R_API void r_event_unhook(REvent *ev, REventType type, REventCallback cb);
|
||||
R_API void r_event_send(REvent *ev, REventType type, void *data);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user