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

Commit1480031

Browse files
author
Bryan Henderson
committed
Fix mismatching prototype (const int vs int)
1 parent2091345 commit1480031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/libpq/libpq-fe.h

Lines changed: 2 additions & 2 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: libpq-fe.h,v 1.16 1996/12/26 23:27:16 bryanh Exp $
9+
* $Id: libpq-fe.h,v 1.17 1997/01/06 10:11:11 bryanh Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -273,7 +273,7 @@ extern int pqGetc(FILE* stream, FILE *debug);
273273
externintpqGetInt(int*result,intbytes,FILE*stream,FILE*debug );
274274
/* put a n-byte integer into the stream */
275275
/* returns 0 if successful */
276-
externintpqPutInt(intn,intbytes,FILE*stream,FILE*debug );
276+
externintpqPutInt(constintn,intbytes,FILE*stream,FILE*debug );
277277
externvoidpqFlush(FILE*stream,FILE*debug);
278278

279279
/* === in fe-lobj.c === */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp