Mercurial > pidgin
changeset 12325:33026deed1ce
[gaim-migrate @ 14629]
Make silcgaim_blist_node_menu static.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 04 Dec 2005 21:01:20 +0000 |
parents | 90f488e08216 |
children | a0b0e0e95ed0 |
files | src/protocols/silc/silc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/silc/silc.c Sun Dec 04 18:42:21 2005 +0000 +++ b/src/protocols/silc/silc.c Sun Dec 04 21:01:20 2005 +0000 @@ -1214,7 +1214,7 @@ } -GList *silcgaim_blist_node_menu(GaimBlistNode *node) { +static GList *silcgaim_blist_node_menu(GaimBlistNode *node) { /* split this single menu building function back into the two original: one for buddies and one for chats */