From: Marc G. Fournier Date: Tue, 25 Mar 1997 09:44:33 +0000 (+0000) Subject: another one missed X-Git-Tag: REL6_1~425 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ccaaac1692f4e913b92f7dff219d1f9d9e12fb3;p=thirdparty%2Fpostgresql.git another one missed --- diff --git a/src/include/tcop/variable.h b/src/include/tcop/variable.h new file mode 100644 index 00000000000..f0df5f9de4b --- /dev/null +++ b/src/include/tcop/variable.h @@ -0,0 +1,2 @@ +bool SetPGVariable(const char *, const char *); +const char *GetPGVariable(const char *);