Make some routines static that aren't used outside the source file in

which they're defined.

svn path=/trunk/; revision=37226
This commit is contained in:
Guy Harris 2011-05-17 23:36:25 +00:00
parent 094e38ff21
commit 9fcc6f5625
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ geoip_db_type(guint dbnum) {
return -1;
}
int
static int
geoip_db_lookup_latlon(guint32 addr, float *lat, float *lon) {
GeoIP *gi;
GeoIPRecord *gir;