Diff between 2874aeb4d05679b1d96009d84a13882ca34c3eac and 2a40b2f8e07a8b9bf564fd59a5d1847d9a46fb57
Changed Files
| File | Additions | Deletions | Status |
| mesh/mesh-io.h | +0 | -5 | modified |
Full Patch
diff --git a/mesh/mesh-io.h b/mesh/mesh-io.h
index f7711e7..d9e0c13 100644
--- a/mesh/mesh-io.h
+++ b/mesh/mesh-io.h
@@ -66,11 +66,6 @@ typedef void (*mesh_io_recv_func_t)(void *user_data,
struct mesh_io_recv_info *info,
const uint8_t *data, uint16_t len);
-typedef void (*mesh_io_recv_ext_func_t)(void *user_data,
- struct mesh_io_recv_info *info,
- const uint8_t *data, uint16_t len,
- const uint8_t *addr);
-
typedef void (*mesh_io_ready_func_t)(void *user_data, bool result);
struct mesh_io *mesh_io_new(enum mesh_io_type type, void *opts,