| 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 |
|
*/ |
| 5 |
|
|
| 6 |
+ |
#include "copyright.h" |
| 7 |
+ |
|
| 8 |
|
typedef struct { |
| 9 |
|
char *com; /* command (stored on client side) */ |
| 10 |
|
int pid; /* process ID */ |
| 28 |
|
extern PSERVER *pslist; /* global process server list */ |
| 29 |
|
|
| 30 |
|
extern PSERVER *addpserver(), *findjob(); |
| 31 |
+ |
|
| 32 |
+ |
extern char *myhostname(); |
| 33 |
|
|
| 34 |
|
#define LHOSTNAME "localhost" /* accepted name for local host */ |
| 35 |
|
|