File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
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 $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -273,7 +273,7 @@ extern int pqGetc(FILE* stream, FILE *debug);
273
273
extern int pqGetInt (int * result , int bytes , FILE * stream , FILE * debug );
274
274
/* put a n-byte integer into the stream */
275
275
/* returns 0 if successful */
276
- extern int pqPutInt (int n , int bytes , FILE * stream , FILE * debug );
276
+ extern int pqPutInt (const int n , int bytes , FILE * stream , FILE * debug );
277
277
extern void pqFlush (FILE * stream , FILE * debug );
278
278
279
279
/* === in fe-lobj.c === */
You can’t perform that action at this time.
0 commit comments