Changeset 9767d03 for irc_channel.c


Ignore:
Timestamp:
2018-07-31T04:41:55Z (6 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
fa1bc1d
Parents:
f7cc734
git-author:
dequis <dx@…> (31-07-18 04:41:21)
git-committer:
dequis <dx@…> (31-07-18 04:41:55)
Message:

Modify server-time implementation to not change API

The new functions with the different paramters are flagged as internal,
so it doesn't even add new symbols.

abi-compliance checker says it's 100% compatible, yay.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_channel.c

    rf7cc734 r9767d03  
    500500        va_end(params);
    501501
    502         irc_send_msg(ic->irc->root, "PRIVMSG", ic->name, text, NULL, 0);
     502        irc_send_msg(ic->irc->root, "PRIVMSG", ic->name, text, NULL);
    503503        g_free(text);
    504504}
Note: See TracChangeset for help on using the changeset viewer.