diff options
Diffstat (limited to 'src/include/commands/variable.h')
-rw-r--r-- | src/include/commands/variable.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/variable.h b/src/include/commands/variable.h index c1e9541e5a8..75e88b806bc 100644 --- a/src/include/commands/variable.h +++ b/src/include/commands/variable.h @@ -2,13 +2,13 @@ * Headers for handling of 'SET var TO', 'SHOW var' and 'RESET var' * statements * - * $Id: variable.h,v 1.13 2000/10/26 17:31:33 tgl Exp $ + * $Id: variable.h,v 1.14 2001/10/18 17:30:16 thomas Exp $ * */ #ifndef VARIABLE_H #define VARIABLE_H -extern void SetPGVariable(const char *name, const char *value); +extern void SetPGVariable(const char *name, List *args); extern void GetPGVariable(const char *name); extern void ResetPGVariable(const char *name); |