File: exec.h

package info (click to toggle)
multitail 4.2.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 660 kB
  • ctags: 812
  • sloc: ansic: 12,046; makefile: 91; sh: 19
file content (4 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
int start_tail(char *filename, char retry_open, char follow_filename, int initial_tail, int *pipefd);
int start_proc(proginfo *cur, int initial_tail);
int execute_program(char *execute, char bg);
void init_children_reaper(void);