diff options
| author | Bruce Momjian | 2000-11-14 01:15:06 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-11-14 01:15:06 +0000 |
| commit | 026643a6e7a9df307244c2f159f8d564adf4def8 (patch) | |
| tree | b1ae1d9af8dd5fa1e18655603d4d345d4173ab67 /src/include/libpq | |
| parent | ab4725475745312608e93fa8aca694d28fab4798 (diff) | |
Rename PortName to PortNumber.
Diffstat (limited to 'src/include/libpq')
| -rw-r--r-- | src/include/libpq/libpq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/libpq/libpq.h b/src/include/libpq/libpq.h index 21cae47d97a..c86862317c8 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.40 2000/11/13 15:18:14 momjian Exp $ + * $Id: libpq.h,v 1.41 2000/11/14 01:15:04 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -56,7 +56,7 @@ extern char PQerrormsg[PQERRORMSG_LENGTH]; /* in libpq/util.c */ * prototypes for functions in pqcomm.c */ extern int StreamServerPort(int family, char *hostName, - unsigned short portName, char *unixSocketName, int *fdP); + unsigned short portNumber, char *unixSocketName, int *fdP); extern int StreamConnection(int server_fd, Port *port); extern void StreamClose(int sock); extern void pq_init(void); |
