odyssey/core/od_auth.h

13 lines
148 B
C

#ifndef OD_AUTH_H_
#define OD_AUTH_H_
/*
* odissey.
*
* PostgreSQL connection pooler and request router.
*/
int od_auth(od_client_t*);
#endif