odyssey/sources/auth_query.h

15 lines
274 B
C
Raw Normal View History

2017-10-01 09:50:41 +00:00
#ifndef OD_AUTH_QUERY_H
#define OD_AUTH_QUERY_H
/*
* Odissey.
*
* Advanced PostgreSQL connection pooler.
*/
int od_auth_query(od_system_t*, od_schemeroute_t*,
shapito_parameter_t*,
shapito_password_t*);
2017-10-01 09:50:41 +00:00
#endif /* OD_AUTH_QUERY_H */