added return_true/false() dummy functions
This commit is contained in:
@@ -254,6 +254,16 @@ void *return_null();
|
||||
*/
|
||||
void nop();
|
||||
|
||||
/**
|
||||
* returns TRUE
|
||||
*/
|
||||
bool return_true();
|
||||
|
||||
/**
|
||||
* returns FALSE
|
||||
*/
|
||||
bool return_false();
|
||||
|
||||
/**
|
||||
* Special type to count references
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user