/**************************************************************************** * @(#) Ndless - CLI [ Command Line Interface routine declarations ] * * Copyright (C) 2010 by ANNEHEIM Geoffrey and ARMAND Olivier * Contact: geoffrey.anneheim@gmail.com / olivier.calc@gmail.com * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. * * RCSID $Id$ ****************************************************************************/ #ifndef _CLI_H_ #define _CLI_H_ extern void printhelp(void); extern void readfile(char *); extern void writefile(char *, int size); extern void dir(char *path); extern int parseinput(void); #endif