diff options
author | Richard Laager <rlaager@pidgin.im> | 2008-01-03 04:57:40 +0000 |
---|---|---|
committer | Richard Laager <rlaager@pidgin.im> | 2008-01-03 04:57:40 +0000 |
commit | 74334693b0adc5e2f840e3a0dfa85604c2b4a32b (patch) | |
tree | 45ffcff8e1b93920a2ef1507c39806b0cca80cd9 /libpurple/upnp.c | |
parent | 9b6bdba0106b24f2e0ed4d9bd64ebf1ed99f4575 (diff) | |
download | pidgin-74334693b0adc5e2f840e3a0dfa85604c2b4a32b.tar.gz |
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.
Diffstat (limited to 'libpurple/upnp.c')
-rw-r--r-- | libpurple/upnp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/upnp.c b/libpurple/upnp.c index dc9ff5c723..bdb64f021c 100644 --- a/libpurple/upnp.c +++ b/libpurple/upnp.c @@ -777,7 +777,7 @@ lookup_public_ip() /* 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 |