C comment: again update comment for pg_fe_sendauth for error cases

This commit is contained in:
Bruce Momjian 2013-12-03 11:42:18 -05:00
parent 6a6b7bbb81
commit 4a8adfd4d0
1 changed files with 4 additions and 2 deletions

View File

@ -976,8 +976,10 @@ 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
* 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.
*/
char *
pg_fe_getauthname(void)