diff options
author | Bruce Momjian | 1997-09-07 05:04:48 +0000 |
---|---|---|
committer | Bruce Momjian | 1997-09-07 05:04:48 +0000 |
commit | 1ccd423235a48739d6f7a4d7889705b5f9ecc69b (patch) | |
tree | 8001c4e839dfad8f29ceda7f8c5f5dbb8759b564 /src/interfaces/libpgtcl/libpgtcl.h | |
parent | 8fecd4febf8357f3cc20383ed29ced484877d5ac (diff) |
Massive commit to run PGINDENT on all *.c and *.h files.
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 */ |