cleanup.
authorBruce Momjian
Tue, 11 Aug 1998 05:09:30 +0000 (05:09 +0000)
committerBruce Momjian
Tue, 11 Aug 1998 05:09:30 +0000 (05:09 +0000)
src/include/utils/lsyscache.h

index cd42f227116c12e06a3f7d3afd4acec2b9e6f102..0fb21b89d5eccd8b65a14bf5e51393765204d476 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: lsyscache.h,v 1.12 1998/08/04 16:44:31 momjian Exp $
+ * $Id: lsyscache.h,v 1.13 1998/08/11 05:09:30 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -16,7 +16,7 @@
 #include 
 #include 
 
-extern bool op_class(Oid opid, int32 opclass, Oid amopid);
+extern bool op_class(Oid opno, int32 opclass, Oid amopid);
 extern char *get_attname(Oid relid, AttrNumber attnum);
 extern AttrNumber get_attnum(Oid relid, char *attname);
 extern Oid get_atttype(Oid relid, AttrNumber attnum);