aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq/libpq.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-06-04 01:44:38 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-06-04 01:44:38 +0000
commit209aa77d98d8d44b329e942e6f15aec1284db2ca (patch)
treed68949ba2f6d558aae721aca8bfd35de4cfdb387 /src/include/libpq/libpq.h
parent2ea370a3ceea5f3a30df709dea08c41c1f19e486 (diff)
downloadpostgresql-209aa77d98d8d44b329e942e6f15aec1284db2ca.tar.gz
postgresql-209aa77d98d8d44b329e942e6f15aec1284db2ca.zip
New ps display code, works on more platforms.
Install a default configuration file. Clean up some funny business in the config file code.
Diffstat (limited to 'src/include/libpq/libpq.h')
-rw-r--r--src/include/libpq/libpq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/libpq/libpq.h b/src/include/libpq/libpq.h
index bb935d42514..22df644905d 100644
--- a/src/include/libpq/libpq.h
+++ b/src/include/libpq/libpq.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: libpq.h,v 1.36 2000/04/12 17:16:36 momjian Exp $
+ * $Id: libpq.h,v 1.37 2000/06/04 01:44:37 petere Exp $
*
*-------------------------------------------------------------------------
*/
@@ -236,7 +236,7 @@ extern int32 pqtest(struct varlena * vlena);
/*
* prototypes for functions in pqcomm.c
*/
-extern int StreamServerPort(char *hostName, unsigned short portName, int *fdP);
+extern int StreamServerPort(int family, unsigned short portName, int *fdP);
extern int StreamConnection(int server_fd, Port *port);
extern void StreamClose(int sock);
extern void pq_init(void);