Rename prof_message_t into ProfMessage
This commit is contained in:
@@ -473,7 +473,7 @@ api_settings_int_set(const char *const group, const char *const key, int value)
|
||||
void
|
||||
api_incoming_message(const char *const barejid, const char *const resource, const char *const plain)
|
||||
{
|
||||
prof_message_t *message = message_init();
|
||||
ProfMessage *message = message_init();
|
||||
message->jid = jid_create_from_bare_and_resource(barejid, resource);
|
||||
message->plain = strdup(plain);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user