shell test

This commit is contained in:
Carl-Benedikt Krüger 2011-07-12 15:47:00 +02:00
parent e7091822f7
commit 0d1edfc8fb
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ static int iamsrv = 0;
#include <metalsvm/stdio.h>
void shelldebugprintf(char* x,...)
void shelldebugprint(char* x)
{
kprintf("debugprinting");
if (iamsrv)

View file

@ -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);