Fixed compilation problems, added new commands to shell.h

This commit is contained in:
adamdunkels 2009-03-06 07:23:08 +00:00
parent ddafef15e9
commit 2289ced2bb
3 changed files with 10 additions and 11 deletions

View file

@ -48,7 +48,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: shell.h,v 1.14 2009/03/05 21:12:03 adamdunkels Exp $
* $Id: shell.h,v 1.15 2009/03/06 07:23:08 adamdunkels Exp $
*/
/**
@ -355,13 +355,14 @@ struct shell_input {
#include "shell-blink.h"
#include "shell-coffee.h"
#include "shell-checkpoint.h"
#include "shell-coffee.h"
#include "shell-exec.h"
#include "shell-file.h"
#include "shell-httpd.h"
#include "shell-netfile.h"
#include "shell-irc.h"
#include "shell-netfile.h"
#include "shell-ping.h"
#include "shell-power.h"
#include "shell-ps.h"
#include "shell-reboot.h"
@ -374,8 +375,10 @@ struct shell_input {
#include "shell-run.h"
#include "shell-sendtest.h"
#include "shell-sky.h"
#include "shell-tcpsend.h"
#include "shell-text.h"
#include "shell-time.h"
#include "shell-udpsend.h"
#include "shell-vars.h"
#include "shell-wget.h"