geoip: Pass struct sockaddr_in{,6} as pointer instead of by value
commit5160c9212e0e55e0dc518aadca0e6a370cf1420d
authorTobias Klauser <tklauser@distanz.ch>
Tue, 27 May 2014 08:59:52 +0000 (27 10:59 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Tue, 27 May 2014 08:59:52 +0000 (27 10:59 +0200)
treeb5fb172ab10010321fb383b2aa3b8e0c058a0da7
parent2e7e42af61fea74bfbb40abdc8318366638672fb
geoip: Pass struct sockaddr_in{,6} as pointer instead of by value

Change the interface to the geoip_* functions to take a pointer to a
struct sockaddr_in{,6} instead of the struct itself.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
astraceroute.c
flowtop.c
geoip.c
geoip.h
proto_ipv4.c
proto_ipv6.c