diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-27 20:00:54 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-27 20:00:54 +0100 |
commit | 8731767251de4633b0f8d9e17f6f0e15b5d3ea18 (patch) | |
tree | 35d152f922972f11bcd0aec0f2c864e990fec48d /libgeome_default_geolocation_file.c | |
parent | Add patterns for commands (breaks backwards compatbility because libgeome_get_from_netservice was inlined) + add libgeome_get_portability (diff) | |
download | libgeome-8731767251de4633b0f8d9e17f6f0e15b5d3ea18.tar.gz libgeome-8731767251de4633b0f8d9e17f6f0e15b5d3ea18.tar.bz2 libgeome-8731767251de4633b0f8d9e17f6f0e15b5d3ea18.tar.xz |
Add libgeome_default_geolocation_file
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libgeome_default_geolocation_file.c')
-rw-r--r-- | libgeome_default_geolocation_file.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgeome_default_geolocation_file.c b/libgeome_default_geolocation_file.c new file mode 100644 index 0000000..a0d7017 --- /dev/null +++ b/libgeome_default_geolocation_file.c @@ -0,0 +1,5 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + + +const char *const libgeome_default_geolocation_file = GEOFILE; |