odyssey/sources/auth.h

14 lines
215 B
C
Raw Normal View History

2017-05-26 11:49:17 +00:00
#ifndef OD_AUTH_H
#define OD_AUTH_H
/*
2018-03-12 14:03:15 +00:00
* Odyssey.
2017-05-26 11:49:17 +00:00
*
2018-04-04 13:19:58 +00:00
* Scalable PostgreSQL connection pooler.
2017-05-26 11:49:17 +00:00
*/
int od_auth_frontend(od_client_t*);
int od_auth_backend(od_server_t*, shapito_stream_t*);
2017-05-26 11:49:17 +00:00
#endif /* OD_AUTH_H */