|
|
@ -8,7 +8,7 @@ |
|
|
|
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc |
|
|
|
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc |
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
* Portions Copyright (c) 1994, Regents of the University of California |
|
|
|
* |
|
|
|
* |
|
|
|
* $Id: libpgtcl.h,v 1.9 2000/01/26 05:58:43 momjian Exp $ |
|
|
|
* $Id: libpgtcl.h,v 1.10 2000/05/29 21:25:03 momjian Exp $ |
|
|
|
* |
|
|
|
* |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*------------------------------------------------------------------------- |
|
|
|
*/ |
|
|
|
*/ |
|
|
@ -16,7 +16,7 @@ |
|
|
|
#ifndef LIBPGTCL_H |
|
|
|
#ifndef LIBPGTCL_H |
|
|
|
#define LIBPGTCL_H |
|
|
|
#define LIBPGTCL_H |
|
|
|
|
|
|
|
|
|
|
|
#include "tcl.h" |
|
|
|
#include <tcl.h> |
|
|
|
|
|
|
|
|
|
|
|
extern int Pgtcl_Init(Tcl_Interp *interp); |
|
|
|
extern int Pgtcl_Init(Tcl_Interp *interp); |
|
|
|
extern int Pgtcl_SafeInit(Tcl_Interp *interp); |
|
|
|
extern int Pgtcl_SafeInit(Tcl_Interp *interp); |
|
|
|