Remove unused argument from log_put_it(), move declaration to output.h
This commit is contained in:
@@ -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 *, ...);
|
||||
|
||||
Reference in New Issue
Block a user