diff options
Diffstat (limited to 'libcontacts.h')
-rw-r--r-- | libcontacts.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |