changed all "kjam" to "k8jam"
[k8jam.git] / execcmd.h
blob06103e5c21d462570a2f8e7382b21e7edb1b03f8
1 /*
2 * Copyright 1993, 1995 Christopher Seiwald.
4 * This file is part of Jam - see jam.c for Copyright information.
5 */
7 /*
8 * execcmd.h - execute a shell script
10 * 05/04/94 (seiwald) - async multiprocess interface
13 void execcmd (char *string,
14 void (*func)(void *closure, int status),
15 void *closure,
16 LIST *shell
19 int execwait (void);
21 # define EXEC_CMD_OK 0
22 # define EXEC_CMD_FAIL 1
23 # define EXEC_CMD_INTR 2