diff options
Diffstat (limited to 'src/include/utils/acl.h')
| -rw-r--r-- | src/include/utils/acl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/acl.h b/src/include/utils/acl.h index 0d77611901..9cf35618ad 100644 --- a/src/include/utils/acl.h +++ b/src/include/utils/acl.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: acl.h,v 1.53 2003/06/24 23:14:49 momjian Exp $ + * $Id: acl.h,v 1.54 2003/06/25 21:30:33 momjian Exp $ * * NOTES * For backward-compatibility purposes we have to allow there @@ -192,7 +192,6 @@ extern Datum aclinsert(PG_FUNCTION_ARGS); 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); /* * prototypes for functions in aclchk.c |
