ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/rtprocess.h
(Generate patch)

Comparing ray/src/common/rtprocess.h (file contents):
Revision 3.10 by schorsch, Wed Jan 28 12:42:22 2004 UTC vs.
Revision 3.11 by schorsch, Sat Oct 23 18:55:52 2004 UTC

# Line 21 | Line 21
21    #endif
22    extern FILE *win_popen(char *command, char *type);
23    extern int win_pclose(FILE *p);
24 +  int win_kill(RT_PID pid, int sig /* ignored */);
25 +  #define kill(pid,sig) win_kill(pid,sig)
26    #ifdef __cplusplus
27    }
28    #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines