/* * kakumei_pass.h * * Password handling for kakumei. * * Header file * * Author: Dario Rodriguez dario@softhome.net * This program is licensed under the terms of the Affero GPL v1+ */ #include "kakumei.h" int pass_new(kakumei *ka, char *user, char *passwd); int pass_check(kakumei *ka, char *user, char *passwd);