private.h 223 B

12345678910111213141516171819
  1. /*
  2. * private.h
  3. */
  4. #ifndef _plugins_shell_h
  5. #define _plugins_shell_h
  6. #include <faux/faux.h>
  7. #include <klish/kcontext_base.h>
  8. C_DECL_BEGIN
  9. int shell_shell(kcontext_t *context);
  10. C_DECL_END
  11. #endif // _plugins_shell_h