X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=src%2Finclude%2Futils%2Facl.h;h=29a807744ca01d7bfcf7a92291e3a7966b46b10b;hb=ec646dbc65afc8c55118cb3fb75cb6fd18d78dd8;hp=332790f3c1dda4f2242e400170d8dc45e80dc8da;hpb=f3c3deb7d003cad114696b0bf5e01b04bb5b8fd0;p=postgresql diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h index 332790f3c1..29a807744c 100644 --- a/src/include/utils/acl.h +++ b/src/include/utils/acl.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: acl.h,v 1.60 2003/08/04 02:40:15 momjian Exp $ + * $Id: acl.h,v 1.62 2003/08/17 19:58:06 tgl Exp $ * * NOTES * For backward-compatibility purposes we have to allow there @@ -190,7 +190,7 @@ typedef enum AclObjectKind ACL_KIND_OPCLASS, /* pg_opclass */ ACL_KIND_CONVERSION, /* pg_conversion */ MAX_ACL_KIND /* MUST BE LAST */ -} AclObjectKind; +} AclObjectKind; /* * routines used internally @@ -209,6 +209,7 @@ extern Datum aclremove(PG_FUNCTION_ARGS); extern Datum aclcontains(PG_FUNCTION_ARGS); extern Datum makeaclitem(PG_FUNCTION_ARGS); extern Datum aclitem_eq(PG_FUNCTION_ARGS); +extern Datum hash_aclitem(PG_FUNCTION_ARGS); /* * prototypes for functions in aclchk.c