summaryrefslogtreecommitdiff
path: root/epan/geoip_db.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-05-17 23:36:25 +0000
committerGuy Harris <guy@alum.mit.edu>2011-05-17 23:36:25 +0000
commit9fcc6f562529f3198d1cd47732db0c74867261bd (patch)
tree39b483984170923afbe009deb2b17b4243215599 /epan/geoip_db.c
parent094e38ff21a85d97eb008deffd1ed88b5b8c30e6 (diff)
downloadwireshark-9fcc6f562529f3198d1cd47732db0c74867261bd.tar.gz
Make some routines static that aren't used outside the source file in
which they're defined. svn path=/trunk/; revision=37226
Diffstat (limited to 'epan/geoip_db.c')
-rw-r--r--epan/geoip_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/geoip_db.c b/epan/geoip_db.c
index d03e1e8ba3..b0b159b1b6 100644
--- a/epan/geoip_db.c
+++ b/epan/geoip_db.c
@@ -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;