]> granicus.if.org Git - postgresql/commitdiff
another one missed
authorMarc G. Fournier <scrappy@hub.org>
Tue, 25 Mar 1997 09:44:33 +0000 (09:44 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 25 Mar 1997 09:44:33 +0000 (09:44 +0000)
src/include/tcop/variable.h [new file with mode: 0644]

diff --git a/src/include/tcop/variable.h b/src/include/tcop/variable.h
new file mode 100644 (file)
index 0000000..f0df5f9
--- /dev/null
@@ -0,0 +1,2 @@
+bool SetPGVariable(const char *, const char *);
+const char *GetPGVariable(const char *);