|
| 1 | +/*------------------------------------------------------------------------- |
| 2 | + * |
| 3 | + * fe-connect.h |
| 4 | + * |
| 5 | + * Definitions related to setting up a connection to the backend |
| 6 | + * |
| 7 | + * Copyright (c) 1994, Regents of the University of California |
| 8 | + * |
| 9 | + * $Id: fe-connect.h,v 1.1 1997/03/16 19:06:04 scrappy Exp $ |
| 10 | + * |
| 11 | + *------------------------------------------------------------------------- |
| 12 | + */ |
| 13 | +#ifndefFE_CONNECT_H |
| 14 | +#defineFE_CONNECT_H |
| 15 | + |
| 16 | +/*---------------------------------------------------------------- |
| 17 | + * Common routines and definitions |
| 18 | + *---------------------------------------------------------------- |
| 19 | + */ |
| 20 | + |
| 21 | +externintpacketSend(Port*port,PacketBuf*buf,PacketLenlen,boolnonBlocking); |
| 22 | + |
| 23 | +#endif/* FE_CONNECT_H */ |
| 24 | +#ifndefFE_CONNECT_H |
| 25 | +#defineFE_CONNECT_H |
| 26 | + |
| 27 | +intpacketSend(Port*port,PacketBuf*buf,PacketLenlen,boolnonBlocking); |
| 28 | + |
| 29 | +#endif |