shell test
This commit is contained in:
parent
e7091822f7
commit
0d1edfc8fb
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ static int iamsrv = 0;
|
|||
|
||||
#include <metalsvm/stdio.h>
|
||||
|
||||
void shelldebugprintf(char* x,...)
|
||||
void shelldebugprint(char* x)
|
||||
{
|
||||
kprintf("debugprinting");
|
||||
if (iamsrv)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef SHELL_H
|
||||
#define SHELL_H
|
||||
|
||||
void shelldebugprintf(char* x,...);
|
||||
void shelldebugprint(char* x);
|
||||
|
||||
void shell_init(int srv_or_cli);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue