* lib/shadowio.h, lib/shadowio.c: spw_file_present returns a bool.

* lib/shadowio.h: Add protection against multiple inclusions.
This commit is contained in:
nekral-guest
2008-05-26 08:45:34 +00:00
parent d264017684
commit 77020623ed
3 changed files with 14 additions and 2 deletions

View File

@ -110,7 +110,7 @@ int spw_name (const char *filename)
return commonio_setname (&shadow_db, filename);
}
int spw_file_present (void)
bool spw_file_present (void)
{
return commonio_present (&shadow_db);
}