diff options
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r-- | src/xmpp/xmpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h index 61c7a642..4c49eb8b 100644 --- a/src/xmpp/xmpp.h +++ b/src/xmpp/xmpp.h @@ -165,7 +165,7 @@ typedef struct prof_message_t /* stanza-id from XEP 0359. Used for MAM. archive_id in our database (see database.c) * coming in as <stanza-id> for live messages * coming in as <result id=""> for MAM messages*/ - char *stanzaid; + char* stanzaid; /* The raw body from xmpp message, either plaintext or OTR encrypted text */ char* body; /* The encrypted message as for PGP */ |