diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-09-03 02:34:35 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-09-03 02:34:35 +0000 |
commit | fcecc5ca1ea350db1142fdae55ab7964ebafc0dc (patch) | |
tree | a297964d6df0db65ce8722a3d77df057920815d2 /src/include/commands/variable.h | |
parent | b25a513b49d355e9909c3b92cb3631cd8176bd12 (diff) | |
download | postgresql-fcecc5ca1ea350db1142fdae55ab7964ebafc0dc.tar.gz postgresql-fcecc5ca1ea350db1142fdae55ab7964ebafc0dc.zip |
[Part #1: Type: text/plain, Encoding: 7bit, Size: 59]
I will be cleaning this up more before the Oct 1 deadline.
David Hartwig. AND/OR fix.
Diffstat (limited to 'src/include/commands/variable.h')
-rw-r--r-- | src/include/commands/variable.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/commands/variable.h b/src/include/commands/variable.h index 4acb4267106..2a92f327bfb 100644 --- a/src/include/commands/variable.h +++ b/src/include/commands/variable.h @@ -2,7 +2,7 @@ * Headers for handling of 'SET var TO', 'SHOW var' and 'RESET var' * statements * - * $Id: variable.h,v 1.6 1998/09/01 04:35:40 momjian Exp $ + * $Id: variable.h,v 1.7 1998/09/03 02:34:34 momjian Exp $ * */ #ifndef VARIABLE_H @@ -54,5 +54,8 @@ extern bool set_geqo(void); extern bool show_geqo(void); extern bool reset_geqo(void); extern bool parse_geqo(const char *); +extern bool show_ksqo(void); +extern bool reset_ksqo(void); +extern bool parse_ksqo(const char *); #endif /* VARIABLE_H */ |