mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 22:11:07 +01:00
tools.h - change set_bx_fprintf()
function declaration to match renamed parameter
This commit is contained in:
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
|
||||
*/
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user