Changeset 2513 for neercs/trunk/src/mytrace.h
- Timestamp:
- 07/01/08 21:43:36 (5 years ago)
- File:
-
- 1 edited
-
neercs/trunk/src/mytrace.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/mytrace.h
r2509 r2513 18 18 int mytrace_detach(struct mytrace *t); 19 19 20 int mytrace_open(struct mytrace *t, char *path, int mode); 20 int mytrace_open(struct mytrace *t, char const *path, int mode); 21 int mytrace_write(struct mytrace *t, int fd, char const *data, size_t len); 21 22 int mytrace_close(struct mytrace *t, int fd); 22 23 int mytrace_dup2(struct mytrace *t, int oldfd, int newfd);
Note: See TracChangeset
for help on using the changeset viewer.
