libpgtcl.h
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:1k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. /*-------------------------------------------------------------------------
  2.  *
  3.  * libpgtcl.h
  4.  *
  5.  * libpgtcl is a tcl package for front-ends to interface with PostgreSQL.
  6.  * It's a Tcl wrapper for libpq.
  7.  *
  8.  * Copyright (c) 1994, Regents of the University of California
  9.  *
  10.  * $Id: libpgtcl.h,v 1.8 1999/05/25 22:43:42 momjian Exp $
  11.  *
  12.  *-------------------------------------------------------------------------
  13.  */
  14. #ifndef LIBPGTCL_H
  15. #define LIBPGTCL_H
  16. #include "tcl.h"
  17. extern int Pgtcl_Init(Tcl_Interp *interp);
  18. extern int Pgtcl_SafeInit(Tcl_Interp *interp);
  19. #endif  /* LIBPGTCL_H */