aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/preproc/extern.h
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2001-11-16 08:36:37 +0000
committerMichael Meskes <meskes@postgresql.org>2001-11-16 08:36:37 +0000
commit7845954e49c111f48f65f400fd26ef4cadfd7dd4 (patch)
treeb72876ea50ce134b9b5632a5d5114f1fd050db53 /src/interfaces/ecpg/preproc/extern.h
parent949af991fc8c1f03af4eb1f940b96b4b5499e937 (diff)
downloadpostgresql-7845954e49c111f48f65f400fd26ef4cadfd7dd4.tar.gz
postgresql-7845954e49c111f48f65f400fd26ef4cadfd7dd4.zip
Committed again to add the missing files/patches.
Diffstat (limited to 'src/interfaces/ecpg/preproc/extern.h')
-rw-r--r--src/interfaces/ecpg/preproc/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/preproc/extern.h b/src/interfaces/ecpg/preproc/extern.h
index 43f99c9cc71..1fd27655db9 100644
--- a/src/interfaces/ecpg/preproc/extern.h
+++ b/src/interfaces/ecpg/preproc/extern.h
@@ -71,7 +71,7 @@ extern void add_variable(struct arguments **, struct variable *, struct variable
extern void append_variable(struct arguments **, struct variable *, struct variable *);
extern void dump_variables(struct arguments *, int);
extern struct typedefs *get_typedef(char *);
-extern void adjust_array(enum ECPGttype, int *, int *, int, int, bool);
+extern void adjust_array(enum ECPGttype, int *, int *, int, int, int);
extern void reset_variables(void);
extern void check_indicator(struct ECPGtype *);
extern void remove_variables(int);