polychat_plugin/plugin/
message.rs

1use libc::c_char;
2
3#[repr(C)]
4pub struct Message {
5    pub body: *const c_char
6}