[PATCH 1/4] Make request_user_display static.

Richard Laager rlaager at wiktel.com
Mon Jun 23 17:22:40 EDT 2008


On Sun, 2008-06-22 at 18:03 +0300, Felipe Contreras wrote:
> -void msn_request_user_display(MsnUser *user);
> +static void request_user_display(MsnUser *user);

This is a great example of the sort of thing that has been mentioned to
you before. To make this static, you only need to add the keyword
"static" to the prototype and the function definition itself. You did
that and then renamed the function for no reason.

Richard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://pidgin.im/pipermail/devel/attachments/20080623/ab42d419/attachment.sig>


More information about the Devel mailing list