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