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