projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
884d70e
)
another one missed
author
Marc G. Fournier
<scrappy@hub.org>
Tue, 25 Mar 1997 09:44:33 +0000
(09:44 +0000)
committer
Marc 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]
patch
|
blob
diff --git a/src/include/tcop/variable.h
b/src/include/tcop/variable.h
new file mode 100644
(file)
index 0000000..
f0df5f9
--- /dev/null
+++ b/
src/include/tcop/variable.h
@@ -0,0
+1,2
@@
+bool SetPGVariable(const char *, const char *);
+const char *GetPGVariable(const char *);