From 7bff4c50787c52687ad5e23d90c0c5604c57893f Mon Sep 17 00:00:00 2001 From: Vadim B. Mikheev Date: Tue, 28 Oct 1997 15:11:45 +0000 Subject: Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). --- src/include/commands/proclang.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/include/commands/proclang.h (limited to 'src/include/commands') diff --git a/src/include/commands/proclang.h b/src/include/commands/proclang.h new file mode 100644 index 00000000000..af6182cccab --- /dev/null +++ b/src/include/commands/proclang.h @@ -0,0 +1,17 @@ +/*------------------------------------------------------------------------- + * + * proclang.h-- + * prototypes for proclang.c. + * + * + *------------------------------------------------------------------------- + */ +#ifndef PROCLANG_H +#define PROCLANG_H + +#include + +extern void CreateProceduralLanguage(CreatePLangStmt * stmt); +extern void DropProceduralLanguage(DropPLangStmt * stmt); + +#endif /* PROCLANG_H */ -- cgit v1.2.3