2017-10-01 09:50:41 +00:00
|
|
|
#ifndef OD_AUTH_QUERY_H
|
|
|
|
#define OD_AUTH_QUERY_H
|
|
|
|
|
|
|
|
/*
|
2018-03-12 14:03:15 +00:00
|
|
|
* Odyssey.
|
2017-10-01 09:50:41 +00:00
|
|
|
*
|
2018-04-04 13:19:58 +00:00
|
|
|
* Scalable PostgreSQL connection pooler.
|
2017-10-01 09:50:41 +00:00
|
|
|
*/
|
|
|
|
|
2018-03-13 13:17:27 +00:00
|
|
|
int od_auth_query(od_global_t*, shapito_stream_t*, od_configroute_t*,
|
2018-02-13 13:33:40 +00:00
|
|
|
shapito_parameter_t*, shapito_password_t*);
|
2017-10-01 09:50:41 +00:00
|
|
|
|
|
|
|
#endif /* OD_AUTH_QUERY_H */
|