odyssey/core/od_auth.h

14 lines
179 B
C
Raw Normal View History

2017-01-24 11:50:02 +00:00
#ifndef OD_AUTH_H_
#define OD_AUTH_H_
/*
* odissey.
*
* PostgreSQL connection pooler and request router.
*/
int od_authfe(od_client_t*);
int od_authbe(od_server_t*);
2017-01-24 11:50:02 +00:00
#endif