X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fpasswddb.h;h=2d8678218d186115c381ae3b5dd237742b3fb6ca;hb=a876f6c2860bf13e36f47c8ce938d74b4ce98b8e;hp=d3e750d848a74803b9c957afa7cf3559ef33ca83;hpb=40e64fc6d452f02389a00e5c8004f895342099c2;p=idzebra-moved-to-github.git diff --git a/include/passwddb.h b/include/passwddb.h index d3e750d..2d86782 100644 --- a/include/passwddb.h +++ b/include/passwddb.h @@ -1,4 +1,4 @@ -/* $Id: passwddb.h,v 1.6 2005-01-15 21:45:42 adam Exp $ +/* $Id: passwddb.h,v 1.7 2005-05-30 13:27:08 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -31,7 +31,8 @@ typedef struct passwd_db *Passwd_db; Passwd_db passwd_db_open (void); int passwd_db_auth (Passwd_db db, const char *user, const char *pass); -int passwd_db_file (Passwd_db db, const char *fname); +int passwd_db_file_plain(Passwd_db db, const char *fname); +int passwd_db_file_crypt(Passwd_db db, const char *fname); void passwd_db_close (Passwd_db db); void passwd_db_show (Passwd_db db);