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 23
23
* Portions Copyright (c) 1994, Regents of the University of California
24
24
*
25
25
* IDENTIFICATION
26
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.125 2006/03/05 15:59:09 momjian Exp $
26
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-misc.c,v 1.126 2006/05/18 18:19:47 momjian Exp $
27
27
*
28
28
*-------------------------------------------------------------------------
29
29
*/
64
64
65
65
static int pqPutMsgBytes (const void * buf , size_t len , PGconn * conn );
66
66
static int pqSendSome (PGconn * conn , int len );
67
- static int pqSocketCheck (PGconn * conn , int forRead , int forWrite ,
67
+ static int pqSocketCheck (PGconn * conn , int forRead , int forWrite ,
68
68
time_t end_time );
69
69
static int pqSocketPoll (int sock , int forRead , int forWrite , time_t end_time );
70
70
You can’t perform that action at this time.
0 commit comments