Add e_shell_init/shutdown prototypes.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-05-03 10:11:43 +01:00
parent 82b01815ab
commit 346851b424
1 changed files with 4 additions and 0 deletions

View File

@ -2,5 +2,9 @@
#else
# ifndef E_SHELL_H
# define E_SHELL_H
EINTERN int e_shell_init(void);
EINTERN int e_shell_shutdown(void);
# endif
#endif