Changeset b7fd2a0 in mainline for uspace/app/trace/ipcp.h
- Timestamp:
- 2018-01-13T03:10:29Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/ipcp.h
r36f0738 rb7fd2a0 44 44 void ipcp_call_sync(int phone, ipc_call_t *call, ipc_call_t *answer); 45 45 void ipcp_call_in(ipc_call_t *call, ipc_callid_t hash); 46 void ipcp_hangup(int phone, int rc);46 void ipcp_hangup(int phone, errno_t rc); 47 47 48 48 void ipcp_connection_set(int phone, int server, proto_t *proto);
Note:
See TracChangeset
for help on using the changeset viewer.