From 72295139434d26c6da565faee2f50cb6fa900d43 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 24 Jan 1998 22:50:57 +0000 Subject: Fix prototypes so they don't look like function definitions. --- src/include/utils/lsyscache.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/include/utils/lsyscache.h') diff --git a/src/include/utils/lsyscache.h b/src/include/utils/lsyscache.h index 205e9cf437..1d411cfbe5 100644 --- a/src/include/utils/lsyscache.h +++ b/src/include/utils/lsyscache.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: lsyscache.h,v 1.7 1998/01/20 05:05:08 momjian Exp $ + * $Id: lsyscache.h,v 1.8 1998/01/24 22:50:48 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -24,8 +24,7 @@ extern bool get_attisset(Oid relid, char *attname); extern int get_atttypmod(Oid relid, AttrNumber attnum); extern RegProcedure get_opcode(Oid opid); extern char *get_opname(Oid opid); -extern bool -op_mergesortable(Oid opid, Oid ltype, Oid rtype, +extern bool op_mergesortable(Oid opid, Oid ltype, Oid rtype, Oid *leftOp, Oid *rightOp); extern Oid op_hashjoinable(Oid opid, Oid ltype, Oid rtype); extern Oid get_commutator(Oid opid); -- cgit v1.2.1