added return_true/false() dummy functions

This commit is contained in:
Martin Willi
2009-04-24 14:08:42 +00:00
parent f032a6909a
commit da17b0169a
2 changed files with 26 additions and 0 deletions
+10
View File
@@ -254,6 +254,16 @@ void *return_null();
*/
void nop();
/**
* returns TRUE
*/
bool return_true();
/**
* returns FALSE
*/
bool return_false();
/**
* Special type to count references
*/