aboutsummaryrefslogtreecommitdiffstats
path: root/libgeome.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgeome.h')
-rw-r--r--libgeome.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/libgeome.h b/libgeome.h
index da9b216..a4257a5 100644
--- a/libgeome.h
+++ b/libgeome.h
@@ -246,6 +246,14 @@ extern const struct libgeome_netservice libgeome_netservices[];
*/
extern const size_t libgeome_netservices_count;
+/**
+ * The default file for `libgeome_get_from_file`
+ *
+ * By default this is `/etc/geolocation`, but it can be
+ * changed at compile-time
+ */
+extern const char *const libgeome_default_geolocation_file;
+
/**
* Create a basic initialisation for `struct libgeome_context`
@@ -320,7 +328,7 @@ int libgeome_get_from_timezone(struct libgeome_context *ctx, struct libgeome_dat
* This function will get both the latitude and
* the longitude but nothing more
*
- * The default file is /etc/geolocation unless changed at compile time
+ * The default file stored in `libgeome_default_geolocation_file`
*
* @param ctx Library context
* @param out Output parameter, `out->requested_data` must be set