From 18952f67446da73f938d213b5225b99e95657837 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 29 May 2000 01:59:17 +0000 Subject: Second round of fmgr changes: triggers are now invoked in new style, CurrentTriggerData is history. --- src/include/commands/user.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/commands/user.h') diff --git a/src/include/commands/user.h b/src/include/commands/user.h index f250a1c3da..d985d72d02 100644 --- a/src/include/commands/user.h +++ b/src/include/commands/user.h @@ -3,7 +3,7 @@ * user.h * * - * + * $Id: user.h,v 1.12 2000/05/29 01:59:11 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -21,6 +21,6 @@ extern void CreateGroup(CreateGroupStmt *stmt); extern void AlterGroup(AlterGroupStmt *stmt, const char *tag); extern void DropGroup(DropGroupStmt *stmt); -extern HeapTuple update_pg_pwd(void); +extern Datum update_pg_pwd(PG_FUNCTION_ARGS); #endif /* USER_H */ -- cgit v1.2.1