File: exec.h

package info (click to toggle)
multitail 5.2.9-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 824 kB
  • sloc: ansic: 14,404; makefile: 96; sh: 51; perl: 25
file content (6 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
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);
pid_t exec_with_pipe(char *command, int pipe_to_proc[], int pipe_from_proc[]);
void exec_script(script *pscript);