diff options
Diffstat (limited to 'src/interfaces/libpq/fe-connect.h')
-rw-r--r-- | src/interfaces/libpq/fe-connect.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/interfaces/libpq/fe-connect.h b/src/interfaces/libpq/fe-connect.h deleted file mode 100644 index e1260be533e..00000000000 --- a/src/interfaces/libpq/fe-connect.h +++ /dev/null @@ -1,28 +0,0 @@ -/*------------------------------------------------------------------------- - * - * fe-connect.h - * - * 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.8 1998/02/26 04:45:02 momjian Exp $ - * - *------------------------------------------------------------------------- - */ -#ifndef FE_CONNECT_H -#define FE_CONNECT_H - -#include <sys/types.h> - -#include "libpq-fe.h" - - -/*---------------------------------------------------------------- - * Common routines and definitions - *---------------------------------------------------------------- - */ - -int packetSend(PGconn *conn, const char *buf, size_t len); - -#endif /* FE_CONNECT_H */ |