home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
230.lha
/
PopCli_IV
/
cback.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1989-04-06
|
274 b
|
11 lines
/* Include file for the C version of cback for PopCLI */
/* This is the message sent from cback.c to the new process */
struct cbackstr {
struct Message msgpart;
BPTR stdout;
int SyncSignal;
struct Process *SyncProcess;
char *cmd;
int cmdlen;
};