summaryrefslogtreecommitdiff
path: root/src/include/commands/user.h
diff options
context:
space:
mode:
authorTom Lane1999-12-20 01:23:04 +0000
committerTom Lane1999-12-20 01:23:04 +0000
commit939229904a78c16187106461ee6e83755d3aeb3b (patch)
treef56925d1750ab191d59d5ed163cdfe8e877d36e3 /src/include/commands/user.h
parentc16afb4e24d8d3a3182938bfe78c72d4a73a16a0 (diff)
Clean up some minor gcc warnings.
Diffstat (limited to 'src/include/commands/user.h')
-rw-r--r--src/include/commands/user.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/commands/user.h b/src/include/commands/user.h
index 912a5a2ea7a..86a094b0859 100644
--- a/src/include/commands/user.h
+++ b/src/include/commands/user.h
@@ -21,4 +21,6 @@ extern void CreateGroup(CreateGroupStmt *stmt, CommandDest dest);
extern void AlterGroup(AlterGroupStmt *stmt, CommandDest dest);
extern void DropGroup(DropGroupStmt *stmt, CommandDest dest);
+extern void update_pg_pwd(void);
+
#endif /* USER_H */