summaryrefslogtreecommitdiff
path: root/src/include/commands/user.h
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-05-29 01:59:17 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-05-29 01:59:17 +0000
commit18952f67446da73f938d213b5225b99e95657837 (patch)
tree7ad26843000b8a17e798dafacbd29baf2d390fa1 /src/include/commands/user.h
parent147ccf5c8045c79a9c8194044359e140c9074ed7 (diff)
downloadpostgresql-18952f67446da73f938d213b5225b99e95657837.tar.gz
Second round of fmgr changes: triggers are now invoked in new style,
CurrentTriggerData is history.
Diffstat (limited to 'src/include/commands/user.h')
-rw-r--r--src/include/commands/user.h4
1 files changed, 2 insertions, 2 deletions
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 */