Mercurial > pidgin
diff src/protocols/silc/ops.c @ 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 | 26c9b8761707 |
| children | bf4ecb0ae208 |
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
