Commit 6a6b7bbb authored by Bruce Momjian's avatar Bruce Momjian

Update C comment for pg_fe_getauthname

This function no longer takes an argument.
parent 9e0a97f1
......@@ -978,8 +978,6 @@ pg_fe_sendauth(AuthRequest areq, PGconn *conn)
/*
* pg_fe_getauthname -- returns a pointer to dynamic space containing whatever
* name the user has authenticated to the system
*
* if there is an error, return NULL with an error message in errorMessage
*/
char *
pg_fe_getauthname(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment