2017-01-24 11:50:02 +00:00
|
|
|
#ifndef OD_AUTH_H_
|
|
|
|
#define OD_AUTH_H_
|
|
|
|
|
|
|
|
/*
|
|
|
|
* odissey.
|
|
|
|
*
|
|
|
|
* PostgreSQL connection pooler and request router.
|
|
|
|
*/
|
|
|
|
|
2017-01-27 11:14:08 +00:00
|
|
|
int od_authfe(od_client_t*);
|
2017-01-27 11:12:12 +00:00
|
|
|
int od_authbe(od_server_t*);
|
2017-01-24 11:50:02 +00:00
|
|
|
|
|
|
|
#endif
|