Changeset 2906 for neercs/trunk/src/mytrace.h
- Timestamp:
- Oct 10, 2008, 12:24:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/mytrace.h
r2516 r2906 12 12 * http://sam.zoy.org/wtfpl/COPYING for more details. 13 13 */ 14 15 #include <termios.h> 14 16 15 17 struct mytrace; … … 28 30 int mytrace_kill(struct mytrace *t, long pid, int sig); 29 31 int mytrace_exit(struct mytrace *t, int status); 30 32 int mytrace_tcgets(struct mytrace *t, int fd, struct termios *tos); 33 int mytrace_tcsets(struct mytrace *t, int fd, struct termios *tos);
Note: See TracChangeset
for help on using the changeset viewer.