/* * private.h */ #ifndef _plugins_shell_h #define _plugins_shell_h #include <faux/faux.h> #include <klish/kcontext_base.h> C_DECL_BEGIN int shell_shell(kcontext_t *context); C_DECL_END #endif // _plugins_shell_h