* libmisc/find_new_ids.c: Change find_new_uid() and find_new_gid()

prototypes to use a bool for their first argument (sys_user /
	sys_group).
This commit is contained in:
nekral-guest
2008-06-09 18:13:09 +00:00
parent 747664ad4f
commit 5ae74603da
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2008-06-09 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/find_new_ids.c: Change find_new_uid() and find_new_gid()
prototypes to use a bool for their first argument (sys_user /
sys_group).
2008-06-09 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/console.c: Change is_listed() prototype to return a bool.