|
6 | 6 | *
|
7 | 7 | * Copyright (c) 1994, Regents of the University of California
|
8 | 8 | *
|
9 |
| - * $Id: pqcomm.h,v 1.30 1999/01/12 12:49:52 scrappy Exp $ |
| 9 | + * $Id: pqcomm.h,v 1.31 1999/01/17 01:45:42 tgl Exp $ |
10 | 10 | *
|
11 | 11 | *-------------------------------------------------------------------------
|
12 | 12 | */
|
@@ -153,16 +153,16 @@ typedef struct CancelRequestPacket
|
153 | 153 |
|
154 | 154 |
|
155 | 155 | /* in pqcomprim.c */
|
156 |
| -intpqGetShort(int*,FILE*); |
157 |
| -intpqGetLong(int*,FILE*); |
158 |
| -intpqGetNBytes(char*,size_t,FILE*); |
159 |
| -intpqGetString(char*,size_t,FILE*); |
160 |
| -intpqGetByte(FILE*); |
161 |
| - |
162 |
| -intpqPutShort(int,FILE*); |
163 |
| -intpqPutLong(int,FILE*); |
164 |
| -intpqPutNBytes(constchar*,size_t,FILE*); |
165 |
| -intpqPutString(constchar*,FILE*); |
166 |
| -intpqPutByte(int,FILE*); |
| 156 | +intpqGetShort(int*); |
| 157 | +intpqGetLong(int*); |
| 158 | +intpqGetNBytes(char*,size_t); |
| 159 | +intpqGetString(char*,size_t); |
| 160 | +intpqGetByte(void); |
| 161 | + |
| 162 | +intpqPutShort(int); |
| 163 | +intpqPutLong(int); |
| 164 | +intpqPutNBytes(constchar*,size_t); |
| 165 | +intpqPutString(constchar*); |
| 166 | +intpqPutByte(int); |
167 | 167 |
|
168 | 168 | #endif/* PQCOMM_H */
|