summaryrefslogtreecommitdiff
path: root/src/include/libpq/password.h
blob: f0c24794c3ea2b9f4b0f6c0b01bf0a24dad5e3e4 (plain)
1
2
3
4
5
6
#ifndef PASSWORD_H
#define PASSWORD_H

int verify_password(char *auth_arg, char *user, char *password);

#endif