Parent: 6c120dcfc74cd7d3bd545e2ffee04538a88f19f9
Author: Slawomir Bochenski <lkslawek@gmail.com>
Committer: Marcel Holtmann <marcel@holtmann.org>
Date: 2012-12-04 23:48:56
Tree: 918ff0565405d681a062d880bd38362ef12dbb0d
obexd: Mark filter strings const This structure is used for giving filters as input argument to messages_get_messages_listing(). There is no need for the string members to be modifiable in this context. And making them const plays well with map_ap_get_string(), from which the values of these members are going to be retrieved. The string pointers here are simply references to data held in map_ap_t *inparams.
Diffstat
| M | obexd/plugins/messages.h | | | 8 | ++++- - - - |
1 files changed, 4 insertions(+), 4 deletions(-)