aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libgeome.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgeome.h b/libgeome.h
index a4257a5..47a7243 100644
--- a/libgeome.h
+++ b/libgeome.h
@@ -251,6 +251,8 @@ extern const size_t libgeome_netservices_count;
*
* By default this is `/etc/geolocation`, but it can be
* changed at compile-time
+ *
+ * @since 2.0
*/
extern const char *const libgeome_default_geolocation_file;
@@ -386,6 +388,8 @@ int libgeome_get_from_command(struct libgeome_context *ctx, struct libgeome_data
* @param argv Command line arguments for the process, including the name of the command
* @return 0 if data could be retrieved, even if none of the requested data
* could be retrieved, -1 otherwise
+ *
+ * @since 2.0
*/
int libgeome_get_from_patterned_command(struct libgeome_context *ctx, struct libgeome_data *out, size_t limit,
unsigned int alarm_sec, const char *path, const char *const *argv);