diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-05 22:25:05 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-05 22:25:05 +0200 |
commit | b843dec3932b5904af4a019f75d05ba8e0bdf191 (patch) | |
tree | 02868d4f6def9a26dae77dfbd0eaafdc3afe6250 /common.h | |
parent | Add find-contact-by-address and get-contact-addresses (diff) | |
download | contacts-b843dec3932b5904af4a019f75d05ba8e0bdf191.tar.gz contacts-b843dec3932b5904af4a019f75d05ba8e0bdf191.tar.bz2 contacts-b843dec3932b5904af4a019f75d05ba8e0bdf191.tar.xz |
m + add set-contact-addresses + use -n instead of -l for country
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | common.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,4 +24,4 @@ void print_birthdate(struct libcontacts_birthday *bday, const struct tm *now); void print_birthday(struct libcontacts_birthday *bday, const struct tm *now); /* common-address.c */ -int parse_coord(char *s, double *lat_min, double *lat_max, double *lon_min, double *lon_max); +int parse_coord(char *s, double *lat, double *lat_min, double *lat_max, double *lon, double *lon_min, double *lon_max); |