All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH obexd 1/3] MAP: Mark filter strings const
@ 2012-04-09 21:02 Slawomir Bochenski
  2012-04-09 21:02 ` [PATCH obexd 2/3] MAP: Input parameters for GetMessagesListing Slawomir Bochenski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Slawomir Bochenski @ 2012-04-09 21:02 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Slawomir Bochenski

---
 plugins/messages.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/plugins/messages.h b/plugins/messages.h
index 00a040c..2cdd92f 100644
--- a/plugins/messages.h
+++ b/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;
 };
 
-- 
1.7.5.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-10  8:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-09 21:02 [PATCH obexd 1/3] MAP: Mark filter strings const Slawomir Bochenski
2012-04-09 21:02 ` [PATCH obexd 2/3] MAP: Input parameters for GetMessagesListing Slawomir Bochenski
2012-04-09 21:03 ` [PATCH obexd 3/3] MAP: Output " Slawomir Bochenski
2012-04-10  8:28 ` [PATCH obexd 1/3] MAP: Mark filter strings const Johan Hedberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.