Mercurial > pidgin
diff src/conversation.h @ 6311:eaeac660c17c
[gaim-migrate @ 6810]
I'm picky about my line wrapping.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 27 Jul 2003 09:28:08 +0000 |
| parents | 5239a3b4ab33 |
| children | 96de6d9eb422 |
line wrap: on
line diff
--- a/src/conversation.h Sat Jul 26 20:40:44 2003 +0000 +++ b/src/conversation.h Sun Jul 27 09:28:08 2003 +0000 @@ -1110,7 +1110,8 @@ * @param name The name of the function. * @param fnc A pointer to the function. */ -void gaim_conv_placement_add_fnc(const char *id, const char *name, GaimConvPlacementFunc fnc); +void gaim_conv_placement_add_fnc(const char *id, const char *name, + GaimConvPlacementFunc fnc); /** * Removes a conversation placement function from the list of possible
