9 lines
95 B
C
9 lines
95 B
C
/* $Id$ */
|
|
|
|
#ifndef _SHELL_H
|
|
#define _SHELL_H
|
|
|
|
void shell(const char *, const char *);
|
|
|
|
#endif
|