aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpq/fe-connect.h')
-rw-r--r--src/interfaces/libpq/fe-connect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/libpq/fe-connect.h b/src/interfaces/libpq/fe-connect.h
index bf4c5cdf35d..bbacedf6dd6 100644
--- a/src/interfaces/libpq/fe-connect.h
+++ b/src/interfaces/libpq/fe-connect.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: fe-connect.h,v 1.3 1997/09/08 02:40:27 momjian Exp $
+ * $Id: fe-connect.h,v 1.4 1997/09/08 21:55:39 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,12 +18,12 @@
*----------------------------------------------------------------
*/
-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 */
#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