ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/win_netproc.c
(Generate patch)

Comparing ray/src/util/win_netproc.c (file contents):
Revision 2.1 by schorsch, Mon Oct 27 10:32:06 2003 UTC vs.
Revision 2.2 by schorsch, Fri Mar 26 21:36:20 2004 UTC

# Line 20 | Line 20 | static const char RCSid[] = "$Id$";
20   #include "netproc.h"
21   #include "paths.h"
22  
23 PSERVER* addpserver(char*, char*, char*, int);
24 void delpserver();
25 int startjob(PSERVER*, char*, int(*)());
26 int wait4job(PSERVER*, int);
27
28 //static fd_set errdesc;
23   static int maxfd;
24   static char     ourdir[PATH_MAX];
25   static char     ourhost[64];
# Line 117 | Line 111 | kill(pid_t pid, int sig)
111          return 0;
112   }
113  
114 < int startjob(PSERVER* pPS, char* command, int (*compf)()) {
114 > int startjob(
115 >        PSERVER* pPS,
116 >        char* command,
117 >        pscompfunc *compf
118 > )
119 > {
120          return 0;
121   }
122  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines