summaryrefslogtreecommitdiff
path: root/command_line/CmdLine/Src/Envir
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--command_line/CmdLine/Src/Envir/CLIO.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/command_line/CmdLine/Src/Envir/CLIO.c b/command_line/CmdLine/Src/Envir/CLIO.c
index ac58506..e832de5 100644
--- a/command_line/CmdLine/Src/Envir/CLIO.c
+++ b/command_line/CmdLine/Src/Envir/CLIO.c
@@ -149,15 +149,15 @@ void CLPrintType(SInt16 msgtype, ...) {
}
-void CLPrint(SInt16 msgtype, ...) {
+void CLPrint(const char *format, ...) {
}
-void CLPrintWarning(SInt16 msgtype, ...) {
+void CLPrintWarning(const char *format, ...) {
}
-void CLPrintErr(SInt16 msgtype, ...) {
+void CLPrintErr(const char *format, ...) {
}