odyssey/sources/auth.h

14 lines
246 B
C
Raw Normal View History

#ifndef ODYSSEY_AUTH_H
#define ODYSSEY_AUTH_H
2017-05-26 11:49:17 +00:00
/*
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 *, machine_msg_t *, od_client_t *);
2017-05-26 11:49:17 +00:00
#endif /* ODYSSEY_AUTH_H */