Diff between 6c120dcfc74cd7d3bd545e2ffee04538a88f19f9 and a6be16b9d35efa24e4ab7e4e5ea4edb3dd032dad
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/messages.h | +4 | -4 | modified |
Full Patch
diff --git a/obexd/plugins/messages.h b/obexd/plugins/messages.h
index 00a040c..2cdd92f 100644
--- a/obexd/plugins/messages.h
+++ b/obexd/plugins/messages.h
@@ -111,11 +111,11 @@ struct messages_event {
struct messages_filter {
uint32_t parameter_mask;
uint8_t type;
- char *period_begin;
- char *period_end;
+ const char *period_begin;
+ const char *period_end;
uint8_t read_status;
- char *recipient;
- char *originator;
+ const char *recipient;
+ const char *originator;
uint8_t priority;
};