Changeset 9767d03 for dcc.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
  • dcc.c

    rf7cc734 r9767d03  
    214214                              df->ft->file_name, ipaddr, port, df->ft->file_size);
    215215
    216         irc_send_msg_raw(iu, "PRIVMSG", iu->irc->user->nick, cmd, 0);
     216        irc_send_msg_raw(iu, "PRIVMSG", iu->irc->user->nick, cmd);
    217217
    218218        g_free(cmd);
Note: See TracChangeset for help on using the changeset viewer.