diff options
Diffstat (limited to 'src/include/access/rtstrat.h')
-rw-r--r-- | src/include/access/rtstrat.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/access/rtstrat.h b/src/include/access/rtstrat.h index 72d4ceb8253..edb6b32db59 100644 --- a/src/include/access/rtstrat.h +++ b/src/include/access/rtstrat.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: rtstrat.h,v 1.5 1997/11/26 01:12:08 momjian Exp $ + * $Id: rtstrat.h,v 1.6 1998/01/24 22:48:08 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,8 +16,7 @@ #include <utils/rel.h> #include <access/attnum.h> -extern RegProcedure -RTMapOperator(Relation r, AttrNumber attnum, +extern RegProcedure RTMapOperator(Relation r, AttrNumber attnum, RegProcedure proc); #endif /* RTSTRAT_H */ |