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

Comparing ray/src/util/netproc.h (file contents):
Revision 2.1 by greg, Thu Jan 18 11:24:54 1996 UTC vs.
Revision 2.5 by greg, Fri Jun 27 06:53:23 2003 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1996 Regents of the University of California */
2 <
3 < /* SCCSid "$SunId$ LBL" */
4 <
1 > /* RCSid $Id$ */
2   /*
3   * Header file for network processing routines
4   */
# Line 29 | Line 26 | typedef struct pserver {
26   extern PSERVER  *pslist;        /* global process server list */
27  
28   extern PSERVER  *addpserver(), *findjob();
29 +
30 + extern char     *myhostname();
31  
32   #define LHOSTNAME       "localhost"     /* accepted name for local host */
33  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines