~ubuntu-branches/ubuntu/gutsy/libpgjava/gutsy

« back to all changes in this revision

Viewing changes to src/interfaces/libpgtcl/libpgtcl.h

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2005-04-21 14:25:11 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050421142511-wibh5vc31fkrorx7
Tags: 7.4.7-3
Built with sources...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
 
9
 * Portions Copyright (c) 1994, Regents of the University of California
 
10
 *
 
11
 * $Id: libpgtcl.h,v 1.16 2003/08/04 02:40:16 momjian Exp $
 
12
 *
 
13
 *-------------------------------------------------------------------------
 
14
 */
 
15
 
 
16
#ifndef LIBPGTCL_H
 
17
#define LIBPGTCL_H
 
18
 
 
19
#include <tcl.h>
 
20
 
 
21
extern int      Pgtcl_Init(Tcl_Interp *interp);
 
22
extern int      Pgtcl_SafeInit(Tcl_Interp *interp);
 
23
 
 
24
#endif   /* LIBPGTCL_H */