mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-20 09:45:13 +00:00
Update files that depend on unixfork functions to include unixfork.h Declare as static all functions in unixfork.c that are not needed externally. Add dependencies to makefile-tail. modified: makefile-tail new file: ../inc/unixfork.h modified: ../src/ldeboot.c modified: ../src/main.c modified: ../src/unixfork.c
8 lines
211 B
C
8 lines
211 B
C
int fork_Unix();
|
|
#ifdef FULLSLAVENAME
|
|
int ForkUnixShell(int slot, char *PtySlave, char *termtype, char *shellarg);
|
|
#else
|
|
int ForkUnixShell(int slot, char ltr, char numb, char *termtype, char *shellarg);
|
|
#endif
|
|
|