diff options
author | Bruce Momjian <bruce@momjian.us> | 1998-01-24 22:50:57 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1998-01-24 22:50:57 +0000 |
commit | 72295139434d26c6da565faee2f50cb6fa900d43 (patch) | |
tree | fe3868a4a1f475cc4d7adbc7ab069052b5d67b20 /src/include/access/giststrat.h | |
parent | 27317a0d7c267ef356f7620f00769363007fcb3f (diff) |
Fix prototypes so they don't look like function definitions.
Diffstat (limited to 'src/include/access/giststrat.h')
-rw-r--r-- | src/include/access/giststrat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/giststrat.h b/src/include/access/giststrat.h index 1007dd3ec26..f5e6e45d777 100644 --- a/src/include/access/giststrat.h +++ b/src/include/access/giststrat.h @@ -15,8 +15,7 @@ #include <access/strat.h> #include <utils/rel.h> -extern StrategyNumber -RelationGetGISTStrategy(Relation r, +extern StrategyNumber RelationGetGISTStrategy(Relation r, AttrNumber attnum, RegProcedure proc); #endif /* GISTSTRAT_H */ |