#ifndef DBOX_PASSWD_H

#define DBOX_PASSWD_H

bool check_unix_passwd(const char *username, const char *passwd,
                       uid_t &uid, const char *program);

#endif


syntax highlighted by Code2HTML, v. 0.9.1