odyssey/sources/auth.h

14 lines
206 B
C
Raw Normal View History

2017-05-26 11:49:17 +00:00
#ifndef OD_AUTH_H
#define OD_AUTH_H
/*
2017-06-07 11:50:58 +00:00
* ODISSEY.
2017-05-26 11:49:17 +00:00
*
* PostgreSQL connection pooler and request router.
*/
int od_auth_frontend(od_client_t*);
2017-05-27 14:13:09 +00:00
int od_auth_backend(od_server_t*);
2017-05-26 11:49:17 +00:00
#endif /* OD_AUTH_H */