Sha256: 90bb8010d95a6cd0e7bd964f1b947f0b9f3af74b19606a02897b6e640dd0ef88

Contents?: true

Size: 516 Bytes

Versions: 1

Compression:

Stored size: 516 Bytes

Contents

#include "ruby.h"
#include "version.h"
#include "GeoIP.h"
#include "GeoIPCity.h"

static char *file_location;
static const char *_value_or_unknown(const char *p);

static VALUE rb_mGeolocation;
static VALUE rb_cCity;
static VALUE rb_city_initialize(VALUE rb_module, VALUE location);
static VALUE rb_city_from_ip(VALUE rb_module, VALUE host);
static VALUE rb_city_set_file_location(VALUE rb_module, VALUE location);
static VALUE rb_city_get_file_location(VALUE rb_module);
static VALUE rb_city_to_s(VALUE rb_module);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ivanvc-geolocation_city-0.0.1 ext/geolocation_city.h