Mercurial > pidgin
diff libpurple/upnp.c @ 22007:c38d72677c8a
Probe for -Wstrict-prototypes to get some more warnings. I then cleaned up
the existing warnings. I removed a handful of dead code and cleaned up a
couple of things that I stumbled across.
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 03 Jan 2008 04:57:40 +0000 |
| parents | f34ffa69fdce |
| children | de8f2d3e538a |
line wrap: on
line diff
--- a/libpurple/upnp.c Wed Jan 02 22:15:06 2008 +0000 +++ b/libpurple/upnp.c Thu Jan 03 04:57:40 2008 +0000 @@ -777,7 +777,7 @@ /* TODO: This could be exported */ static const gchar * -purple_upnp_get_internal_ip() +purple_upnp_get_internal_ip(void) { if (control_info.status == PURPLE_UPNP_STATUS_DISCOVERED && control_info.internalip
