diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-12 19:10:16 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-12 19:10:16 +0000 |
commit | be609ff2b0ca885612c0e6d81f82c4f26ed4f58d (patch) | |
tree | b9f83fdc44bd00921ffb9c23035b1f39d565ba93 /protocols/jabber/jabber.h | |
parent | 08e5bb2bb2fcc7125f837be4f225d3a9ebf320ed (diff) | |
parent | 8b6b7405d3844271f7bff56e527bfeb1a4872975 (diff) |
Merging mainline.
Diffstat (limited to 'protocols/jabber/jabber.h')
-rw-r--r-- | protocols/jabber/jabber.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/jabber/jabber.h b/protocols/jabber/jabber.h index 5eac70d0..5f48cc43 100644 --- a/protocols/jabber/jabber.h +++ b/protocols/jabber/jabber.h @@ -83,7 +83,7 @@ struct jabber_data /* After changing one of these two (or the priority setting), call presence_send_update() to inform the server about the changes. */ - struct jabber_away_state *away_state; + const struct jabber_away_state *away_state; char *away_message; md5_state_t cached_id_prefix; |