odyssey/sources/auth_query.h

15 lines
252 B
C
Raw Normal View History

#ifndef ODYSSEY_AUTH_QUERY_H
#define ODYSSEY_AUTH_QUERY_H
2017-10-01 09:50:41 +00:00
/*
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
2021-05-20 13:05:17 +00:00
#define ODYSSEY_AUTH_QUERY_MAX_PASSSWORD_LEN 4096
int od_auth_query(od_client_t *, char *);
2017-10-01 09:50:41 +00:00
#endif /* ODYSSEY_AUTH_QUERY_H */