mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-05 21:49:04 +01:00
Fix K&R C declaration to work with Clang16
By default Clang16 will not allow implicit function declarations, which would let this build fail with it. Fix #106 Signed-off-by: Pascal Jaeger <pascal.jaeger@leimstift.de>
This commit is contained in:
parent
61562b0158
commit
bfb5545215
@ -22,7 +22,7 @@
|
||||
|
||||
|
||||
int remove_box();
|
||||
void output_input();
|
||||
void output_input(const int trim_only);
|
||||
|
||||
|
||||
#endif /*REMOVE_H*/
|
||||
|
Loading…
Reference in New Issue
Block a user