Changeset 8c125ad in mainline for uspace/app/trace/proto.h
- 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.h
rc9a29d6 r8c125ad 59 59 proto_t *proto_get_by_srv(int srv); 60 60 proto_t *proto_new(char *name); 61 void proto_delete(proto_t *proto); 61 62 void proto_add_oper(proto_t *proto, int method, oper_t *oper); 62 63 oper_t *proto_get_oper(proto_t *proto, int method);
Note:
See TracChangeset
for help on using the changeset viewer.