diff options
author | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 23:49:07 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1996-11-03 23:49:07 +0000 |
commit | d46d53387f41b2536873870ed63c5cc7d49f007c (patch) | |
tree | a4db600d0409f72214eb279e9d43dafb008cece6 /src | |
parent | d2aa40517aff04ba655f32560ea0db78eba48446 (diff) | |
download | postgresql-d46d53387f41b2536873870ed63c5cc7d49f007c.tar.gz postgresql-d46d53387f41b2536873870ed63c5cc7d49f007c.zip |
Not sure if this is the right place, but add a prototype for
Bryan's superuser() function
Diffstat (limited to 'src')
-rw-r--r-- | src/include/catalog/pg_user.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/src/include/catalog/pg_user.h b/src/include/catalog/pg_user.h index 15f26ba4dbf..5cfc6984520 100644 --- a/src/include/catalog/pg_user.h +++ b/src/include/catalog/pg_user.h @@ -7,7 +7,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pg_user.h,v 1.2 1996/10/31 09:48:00 scrappy Exp $ + * $Id: pg_user.h,v 1.3 1996/11/03 23:49:07 scrappy Exp $ * * NOTES * the genbki.sh script reads this file and generates .bki @@ -18,12 +18,10 @@ #ifndef PG_USER_H #define PG_USER_H -/* ---------------- - * postgres.h contains the system type definintions and the - * CATALOG(), BOOTSTRAP and DATA() sugar words so this file - * can be read by both genbki.sh and the C compiler. - * ---------------- - */ + +/* Prototype required for superuser() from superuser.c */ + +bool superuser(void); /* ---------------- * pg_user definition. cpp turns this into |