Update C comment for pg_fe_getauthname

This function no longer takes an argument.
This commit is contained in:
Bruce Momjian 2013-12-03 11:33:46 -05:00
parent 9e0a97f1c8
commit 6a6b7bbb81
1 changed files with 0 additions and 2 deletions

View File

@ -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)