Changes in uspace/app/contacts/contacts.c [ee8d4d6:09ab0a9a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/contacts/contacts.c
ree8d4d6 r09ab0a9a 526 526 { 527 527 errno_t rc; 528 contacts_t *contacts = NULL;528 contacts_t *contacts; 529 529 530 530 rc = contacts_open("contacts.sif", &contacts);
Note:
See TracChangeset
for help on using the changeset viewer.