Changeset ee8d4d6 in mainline for uspace/app/contacts/contacts.c
- Timestamp:
- 2019-02-24T16:03:53Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e801dc
- Parents:
- 52b44c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/contacts/contacts.c
r52b44c6 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.