Ignore:
Timestamp:
2015-03-01T21:13:12Z (9 years ago)
Author:
Antoine Pietri <antoine.pietri@…>
Branches:
master
Children:
d93c8beb
Parents:
a6b00fc
git-author:
Antoine Pietri <antoine.pietri@…> (01-03-15 21:10:47)
git-committer:
Antoine Pietri <antoine.pietri@…> (01-03-15 21:13:12)
Message:

fix imcb_buddy_msg signature to take a const message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/bee_user.c

    ra6b00fc rce70e88  
    247247}
    248248
    249 void imcb_buddy_msg(struct im_connection *ic, const char *handle, char *msg, uint32_t flags, time_t sent_at)
     249void imcb_buddy_msg(struct im_connection *ic, const char *handle, const char *msg, uint32_t flags, time_t sent_at)
    250250{
    251251        bee_t *bee = ic->bee;
Note: See TracChangeset for help on using the changeset viewer.