Remove unused argument from log_put_it(), move declaration to output.h

This commit is contained in:
Kevin Easton
2017-07-15 00:16:18 +10:00
parent 9c46ddddb6
commit d68d06480c
3 changed files with 4 additions and 4 deletions

View File

@@ -14,6 +14,7 @@
void put_echo (char *);
void BX_put_it (const char *, ...);
void log_put_it(const char *format, ...);
void BX_send_to_server (const char *, ...);
void BX_my_send_to_server (int, const char *, ...);