Code cleanups
on behalf of Lebedev, see issue 1279
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
#include <cstdio>
|
||||
#include <cstdarg>
|
||||
|
||||
void KLTError(char *fmt, ...);
|
||||
void KLTWarning(char *fmt, ...);
|
||||
void KLTError(const char *fmt, ...);
|
||||
void KLTWarning(const char *fmt, ...);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user