diff options
Diffstat (limited to '')
-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 */ |