From 510448fe2bde7592df8d1d83bfec9397eed1696c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 3 Apr 2021 23:51:29 +0200 Subject: Add libcontacts_same_number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcontacts.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libcontacts.h') diff --git a/libcontacts.h b/libcontacts.h index 77d07fe..4a2d782 100644 --- a/libcontacts.h +++ b/libcontacts.h @@ -295,6 +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 *); 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 */ -- cgit v1.2.3-70-g09d2