Eneboo - Documentación para desarrolladores
|
#include "postgres_fe.h"
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <netdb.h>
#include <pwd.h>
#include "libpq-fe.h"
#include "libpq-int.h"
#include "fe-auth.h"
#include "libpq/crypt.h"
Funciones | |
int | pg_fe_sendauth (AuthRequest areq, PGconn *conn, const char *hostname, const char *password, char *PQerrormsg) |
char * | pg_fe_getauthname (char *PQerrormsg) |
char* pg_fe_getauthname | ( | char * | PQerrormsg | ) |
int pg_fe_sendauth | ( | AuthRequest | areq, |
PGconn * | conn, | ||
const char * | hostname, | ||
const char * | password, | ||
char * | PQerrormsg | ||
) |