* 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:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user