From 0e1539ba0d0a43de06c6e0572a565e73b9472538 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 31 Oct 2017 10:34:31 -0400 Subject: Add some const decorations to prototypes Reviewed-by: Fabien COELHO --- src/include/commands/view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/commands/view.h') diff --git a/src/include/commands/view.h b/src/include/commands/view.h index cf08ce2ac7..46d762db22 100644 --- a/src/include/commands/view.h +++ b/src/include/commands/view.h @@ -17,7 +17,7 @@ #include "catalog/objectaddress.h" #include "nodes/parsenodes.h" -extern void validateWithCheckOption(char *value); +extern void validateWithCheckOption(const char *value); extern ObjectAddress DefineView(ViewStmt *stmt, const char *queryString, int stmt_location, int stmt_len); -- cgit v1.2.1