diff options
Diffstat (limited to 'src/interfaces/odbc/psqlodbc.h')
| -rw-r--r-- | src/interfaces/odbc/psqlodbc.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/interfaces/odbc/psqlodbc.h b/src/interfaces/odbc/psqlodbc.h index 542fe7ff596..a6c5d9eda34 100644 --- a/src/interfaces/odbc/psqlodbc.h +++ b/src/interfaces/odbc/psqlodbc.h @@ -5,7 +5,7 @@ * * Comments: See "notice.txt" for copyright and license information. * - * $Id: psqlodbc.h,v 1.46 2001/08/24 14:07:50 petere Exp $ + * $Id: psqlodbc.h,v 1.47 2001/09/07 06:02:22 inoue Exp $ * */ @@ -145,10 +145,6 @@ typedef struct GlobalValues_ char extra_systable_prefixes[MEDIUM_REGISTRY_LEN]; char conn_settings[LARGE_REGISTRY_LEN]; char protocol[SMALL_REGISTRY_LEN]; - - - FILE *mylogFP; - FILE *qlogFP; } GLOBAL_VALUES; typedef struct StatementOptions_ @@ -176,6 +172,7 @@ typedef struct QueryInfo_ char *cursor; } QueryInfo; +void logs_on_off(int cnopen, int, int); #define PG_TYPE_LO (-999) /* hack until permanent * type available */ |
