diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-05-25 22:43:53 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-05-25 22:43:53 +0000 |
commit | fcff1cdf4eadbc6dcba4b9a2cd09f38f466ffa31 (patch) | |
tree | 5b4a877bed2a5229075e0e2a37c6f1431599ada6 /src/interfaces/libpgtcl/libpgtcl.h | |
parent | 4eadfe875440759bf062b02857ff196ab95d6fbc (diff) |
Another pgindent run. Sorry folks.
Diffstat (limited to 'src/interfaces/libpgtcl/libpgtcl.h')
-rw-r--r-- | src/interfaces/libpgtcl/libpgtcl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/libpgtcl/libpgtcl.h b/src/interfaces/libpgtcl/libpgtcl.h index 46fe501c9f2..b85b4e116fd 100644 --- a/src/interfaces/libpgtcl/libpgtcl.h +++ b/src/interfaces/libpgtcl/libpgtcl.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: libpgtcl.h,v 1.7 1999/02/13 23:22:36 momjian Exp $ + * $Id: libpgtcl.h,v 1.8 1999/05/25 22:43:42 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -17,7 +17,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 */ |