diff options
Diffstat (limited to 'src/interfaces/libpgtcl/libpgtcl.h')
-rw-r--r-- | src/interfaces/libpgtcl/libpgtcl.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/src/interfaces/libpgtcl/libpgtcl.h b/src/interfaces/libpgtcl/libpgtcl.h deleted file mode 100644 index a17313781cd..00000000000 --- a/src/interfaces/libpgtcl/libpgtcl.h +++ /dev/null @@ -1,24 +0,0 @@ -/*------------------------------------------------------------------------- - * - * libpgtcl.h - * - * libpgtcl is a tcl package for front-ends to interface with PostgreSQL. - * It's a Tcl wrapper for libpq. - * - * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group - * Portions Copyright (c) 1994, Regents of the University of California - * - * $PostgreSQL: pgsql/src/interfaces/libpgtcl/libpgtcl.h,v 1.17 2003/11/29 22:41:25 pgsql Exp $ - * - *------------------------------------------------------------------------- - */ - -#ifndef LIBPGTCL_H -#define LIBPGTCL_H - -#include <tcl.h> - -extern int Pgtcl_Init(Tcl_Interp *interp); -extern int Pgtcl_SafeInit(Tcl_Interp *interp); - -#endif /* LIBPGTCL_H */ |