odyssey/sources/pam.h

14 lines
221 B
C
Raw Normal View History

2019-09-09 09:17:41 +00:00
#ifndef ODYSSEY_PAM_H
#define ODYSSEY_PAM_H
/*
* Odyssey.
*
* Scalable PostgreSQL connection pooler.
*/
2019-09-27 13:47:45 +00:00
int
od_pam_auth(char *od_pam_service, kiwi_var_t *user, kiwi_password_t *password);
2019-09-09 09:17:41 +00:00
#endif /* ODYSSEY_PAM_H */