#ifndef JOS_INC_AUTH_H
#define JOS_INC_AUTH_H

int jos64_login(const char *user, const char *pass);

#endif
