mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-19 02:56:40 +02:00
tools.h - change set_bx_fprintf()
function declaration to match renamed parameter
This commit is contained in:
committed by
Thomas Jensen
parent
5f0db01418
commit
71331ee205
@@ -205,7 +205,7 @@ void bx_fprintf_original(FILE *stream, const char *format, ...);
|
|||||||
/**
|
/**
|
||||||
* Set the bx_fprintf_ptr function pointer to point to a specific function
|
* Set the bx_fprintf_ptr function pointer to point to a specific function
|
||||||
*/
|
*/
|
||||||
void set_bx_fprintf(bx_fprintf_t func_to_use);
|
void set_bx_fprintf(bx_fprintf_t bx_fprintf_function);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determine if the given string is an "ASCII ID", which means:
|
* Determine if the given string is an "ASCII ID", which means:
|
||||||
|
Reference in New Issue
Block a user