Header And Logo

PostgreSQL
| The world's most advanced open source database.

fe-auth.h

Go to the documentation of this file.
00001 /*-------------------------------------------------------------------------
00002  *
00003  * fe-auth.h
00004  *
00005  *    Definitions for network authentication routines
00006  *
00007  * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
00008  * Portions Copyright (c) 1994, Regents of the University of California
00009  *
00010  * src/interfaces/libpq/fe-auth.h
00011  *
00012  *-------------------------------------------------------------------------
00013  */
00014 #ifndef FE_AUTH_H
00015 #define FE_AUTH_H
00016 
00017 #include "libpq-fe.h"
00018 #include "libpq-int.h"
00019 
00020 
00021 extern int  pg_fe_sendauth(AuthRequest areq, PGconn *conn);
00022 extern char *pg_fe_getauthname(PQExpBuffer errorMessage);
00023 
00024 #endif   /* FE_AUTH_H */