odyssey/sources/auth_query.h

14 lines
275 B
C

#ifndef OD_AUTH_QUERY_H
#define OD_AUTH_QUERY_H
/*
* Odyssey.
*
* Advanced PostgreSQL connection pooler.
*/
int od_auth_query(od_global_t*, shapito_stream_t*, od_configroute_t*,
shapito_parameter_t*, shapito_password_t*);
#endif /* OD_AUTH_QUERY_H */