diff options
Diffstat (limited to 'src/interfaces/libpgtcl/libpgtcl.h')
-rw-r--r-- | src/interfaces/libpgtcl/libpgtcl.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/interfaces/libpgtcl/libpgtcl.h b/src/interfaces/libpgtcl/libpgtcl.h index 7a5fa0364c1..4ee2848c991 100644 --- a/src/interfaces/libpgtcl/libpgtcl.h +++ b/src/interfaces/libpgtcl/libpgtcl.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * * libpgtcl.h-- - * libpgtcl is a tcl package for front-ends to interface with pglite - * It's the tcl equivalent of the old libpq C interface. + * libpgtcl is a tcl package for front-ends to interface with pglite + * It's the tcl equivalent of the old libpq C interface. * * Copyright (c) 1994, Regents of the University of California * - * $Id: libpgtcl.h,v 1.2 1996/10/30 06:18:37 scrappy Exp $ + * $Id: libpgtcl.h,v 1.3 1997/09/07 05:03:06 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,7 +16,7 @@ #include "tcl.h" -extern int Pgtcl_Init (Tcl_Interp *interp); -extern int Pgtcl_SafeInit (Tcl_Interp *interp); +extern int Pgtcl_Init(Tcl_Interp * interp); +extern int Pgtcl_SafeInit(Tcl_Interp * interp); -#endif /* LIBPGTCL_H */ +#endif /* LIBPGTCL_H */ |