aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/command.h')
-rw-r--r--src/include/commands/command.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/commands/command.h b/src/include/commands/command.h
index 4091a5583e7..8d2d065351e 100644
--- a/src/include/commands/command.h
+++ b/src/include/commands/command.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: command.h,v 1.10 1998/09/01 04:35:25 momjian Exp $
+ * $Id: command.h,v 1.11 1998/12/18 09:09:52 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@ -44,4 +44,6 @@ extern void PortalCleanup(Portal portal);
extern void PerformAddAttribute(char *relationName, char *userName,
bool inh, ColumnDef *colDef);
+extern void LockTableCommand(LockStmt *lockstmt);
+
#endif /* COMMAND_H */