diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-08 17:45:01 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-08 17:45:01 +0200 |
commit | 2adf7222ce021748b0edc4a9c5a32375a5b0d124 (patch) | |
tree | b3f0b683a23e969a744fcfdf43352c6498985f69 /libcontacts.h | |
parent | Add readme (diff) | |
download | libcontacts-2adf7222ce021748b0edc4a9c5a32375a5b0d124.tar.gz libcontacts-2adf7222ce021748b0edc4a9c5a32375a5b0d124.tar.bz2 libcontacts-2adf7222ce021748b0edc4a9c5a32375a5b0d124.tar.xz |
Add test for libcontacts_get_path
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libcontacts.h')
-rw-r--r-- | libcontacts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcontacts.h b/libcontacts.h index 6eb4054..877840d 100644 --- a/libcontacts.h +++ b/libcontacts.h @@ -295,7 +295,7 @@ int libcontacts_list_contacts(char ***, const struct passwd *); int libcontacts_load_contact(const char *, struct libcontacts_contact *, const struct passwd *); /* errno = 0 if malformatted */ int libcontacts_load_contacts(struct libcontacts_contact ***, const struct passwd *); int libcontacts_save_contact(struct libcontacts_contact *, const struct passwd *); -int libcontacts_same_number(const char *, const char *, const char *, const char *); +int libcontacts_same_number(const char *, const char *, const char *, const char *); /* might be removed in the future */ char *libcontacts_get_path(const char *, const struct passwd *); int libcontacts_parse_contact(char *, struct libcontacts_contact *); /* does not load .id, not stored in file, but is the filename */ |