Changeset 8c125ad in mainline for uspace/app/trace/proto.c
- Timestamp:
- 2008-09-17T15:36:34Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1643855
- Parents:
- c9a29d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/proto.c
rc9a29d6 r8c125ad 173 173 } 174 174 175 void proto_delete(proto_t *proto) 176 { 177 free(proto); 178 } 179 175 180 void proto_add_oper(proto_t *proto, int method, oper_t *oper) 176 181 {
Note:
See TracChangeset
for help on using the changeset viewer.