Mercurial > pidgin
changeset 9024:85caba2f820a
[gaim-migrate @ 9800]
This makes silc compile again, and also fixes a compiler warning.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Sun, 23 May 2004 02:42:01 +0000 |
parents | 84640caaacbf |
children | b24967757d46 |
files | src/protocols/silc/ops.c src/protocols/silc/silc.c |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/silc/ops.c Sun May 23 01:21:01 2004 +0000 +++ b/src/protocols/silc/ops.c Sun May 23 02:42:01 2004 +0000 @@ -737,7 +737,7 @@ } } - +#if 0 static void silcgaim_whois_more(SilcClientEntry client_entry, gint id) { @@ -823,6 +823,7 @@ buf); g_free(buf); } +#endif /* Command reply handler. This function is called always in the command reply function. If error occurs it will be called as well. Normal scenario