aboutsummaryrefslogtreecommitdiffstats
path: root/libcontacts.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-08 17:45:01 +0200
committerMattias Andrée <maandree@kth.se>2021-04-08 17:45:01 +0200
commit2adf7222ce021748b0edc4a9c5a32375a5b0d124 (patch)
treeb3f0b683a23e969a744fcfdf43352c6498985f69 /libcontacts.h
parentAdd readme (diff)
downloadlibcontacts-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.h2
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 */