Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4e34686

Browse files
committed
Apply Magnus Hagander's followup patch to correct
out-of-sync routine prototypes ... the system doesn't compile without this ...
1 parent46ced34 commit4e34686

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

‎src/include/libpq/pqcomm.h

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
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 $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -153,16 +153,16 @@ typedef struct CancelRequestPacket
153153

154154

155155
/* 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);
167167

168168
#endif/* PQCOMM_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp