--- libaitcfg/example/test_pwd.c 2012/09/18 08:06:01 1.1.2.1 +++ libaitcfg/example/test_pwd.c 2012/09/19 11:50:02 1.1.2.2 @@ -7,11 +7,11 @@ int main() { - passwd_t ddd = NULL, db = NULL; + pwd_root_t ddd, db; char str[256]; int ret = 0; - if (LoadPasswd("test.pwd", &db)) { + if (cfgLoadPasswd("test.pwd", &db)) { printf("Error #%d - %s\n", pwd_GetErrno(), pwd_GetError()); return 1; }