File: subprocess.h

package info (click to toggle)
cronutils 1.2-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 140 kB
  • sloc: ansic: 648; makefile: 32; sh: 1
file content (7 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#ifndef __CRONUTILS_SUBPROCESS_H
#define __CRONUTILS_SUBPROCESS_H

void kill_process_group();
int run_subprocess(char * command, char ** args, void (*pre_wait_function)(void));

#endif /* __CRONUTILS_SUBPROCESS_H */