* lib/prototypes.h: Add the getrange() prototype.

* lib/prototypes.h: Fix the valid_field() prototype (does not
	return an bool).
	* lib/prototypes.h: Fix the valid() prototype (it does return a
	bool).
This commit is contained in:
nekral-guest
2008-06-14 21:11:19 +00:00
parent 4ac21ca652
commit 0afd6a8312
2 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
2008-06-14 Nicolas François <nicolas.francois@centraliens.net>
* lib/prototypes.h: Add the getrange() prototype.
* lib/prototypes.h: Fix the valid_field() prototype (does not
return an bool).
* lib/prototypes.h: Fix the valid() prototype (it does return a
bool).
2008-06-14 Nicolas François <nicolas.francois@centraliens.net>
* lib/getdef.c: Fix the getdef_ulong() prototype.