diff options
Diffstat (limited to 'src/interfaces/libpq/fe-connect.h')
-rw-r--r-- | src/interfaces/libpq/fe-connect.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/interfaces/libpq/fe-connect.h b/src/interfaces/libpq/fe-connect.h index ffa746473d3..5bd38084488 100644 --- a/src/interfaces/libpq/fe-connect.h +++ b/src/interfaces/libpq/fe-connect.h @@ -2,28 +2,28 @@ * * fe-connect.h * - * Definitions related to setting up a connection to the backend + * Definitions related to setting up a connection to the backend * * Copyright (c) 1994, Regents of the University of California * - * $Id: fe-connect.h,v 1.1 1997/03/16 19:06:04 scrappy Exp $ + * $Id: fe-connect.h,v 1.2 1997/09/07 05:03:26 momjian Exp $ * *------------------------------------------------------------------------- */ #ifndef FE_CONNECT_H -#define FE_CONNECT_H +#define FE_CONNECT_H /*---------------------------------------------------------------- * Common routines and definitions *---------------------------------------------------------------- */ -extern int packetSend(Port *port, PacketBuf *buf, PacketLen len, bool nonBlocking); +extern int packetSend(Port * port, PacketBuf * buf, PacketLen len, bool nonBlocking); -#endif /* FE_CONNECT_H */ +#endif /* FE_CONNECT_H */ #ifndef FE_CONNECT_H #define FE_CONNECT_H -int packetSend(Port *port, PacketBuf *buf, PacketLen len, bool nonBlocking); +int packetSend(Port * port, PacketBuf * buf, PacketLen len, bool nonBlocking); #endif |